최근 검색


최근 검색 없음

Xinran Wang's Avatar

Xinran Wang

가입한 날짜: 2022년 3월 24일

·

마지막 활동: 2022년 5월 11일

팔로잉

0

팔로워

0

총 활동 수

15

투표 수

0

플랜 수

5

활동 개요

님의 최근 활동 Xinran Wang

Xinran Wang님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk SDKs

Hm good to know that it at least is working for you. Just to double check, a simple way to test if this is working could be to just create an ad-hoc build, then update the Messaging ticket as an agent right? That should kick off a push notification with the agent's latest message?

댓글 보기 · 2022년 5월 11일에 게시됨 · Xinran Wang

0

팔로워

0

투표 수

0

댓글


Xinran Wang님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk SDKs

Hey Malcolm, thanks for the suggestion although I did realize that the sandbox certificate doesn't work for Zendesk so I've been testing with adhoc builds and the production cert for the last couple of days. Does lead to a bit of a slower development cycle unfortunately. So at this point, I don't think that's the issue.

Were you able to get push notifications working at the end? Do you remember if there was something you did that differed from the Zendesk provided sample code?

댓글 보기 · 2022년 5월 11일에 게시됨 · Xinran Wang

0

팔로워

0

투표 수

0

댓글


Xinran Wang님이 에 게시물을 만듦

게시물 Developer - Zendesk SDKs

Been trying to get push notifications working through the messaging SDK on ios but can't seem to make it work. I've followed the instructions in the link above and was able to validate that non-zendesk push notifications are working using this tool as suggested in this previous post.

Based on some app-level logging, the below function does seem to be working so presumably, ZDKPushNotifications is registering the push notification token

- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken 

 

And by using that push notification testing tool linked above, I was able to send push notifications to my app on the device using the Production push notification certificate, and confirm that the following function was being called:

- (void)userNotificationCenter:(UNUserNotificationCenter *)center
       willPresentNotification:(UNNotification *)notification
         withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler

 

Based on the above, I feel fairly confident that any apple/APNS configurations are being set correctly. So not really sure what's not working properly at the Zendesk level. Is there something I need to turn on in Zendesk admin? Any help would be appreciated.

 

2022년 5월 10일에 편집됨 · Xinran Wang

0

팔로워

2

투표 수

5

댓글


Xinran Wang님이 에 댓글을 입력함

댓글Zendesk messaging

Danilo Figueiredo Were you able to get zendesk messaging push notifications working? Having the same problems right now as your last message and at this point, not sure if it's a me problem or a Zendesk problem

댓글 보기 · 2022년 5월 10일에 게시됨 · Xinran Wang

0

팔로워

0

투표 수

0

댓글


Xinran Wang님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk SDKs

Dae Chul Jung (Cat Daddy)

Were you able to figure out this issue? Having the same problem and not quite sure how to debug at this point.

댓글 보기 · 2022년 5월 10일에 게시됨 · Xinran Wang

0

팔로워

0

투표 수

0

댓글


Xinran Wang님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

This is great. Thanks for the help everyone!

댓글 보기 · 2022년 4월 22일에 게시됨 · Xinran Wang

0

팔로워

0

투표 수

0

댓글


Xinran Wang님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk APIs

Oh whoa. That worked. Thanks!

Do you know if there are any major differences between the 2 APIs other than being able to use "query"?

댓글 보기 · 2022년 4월 21일에 게시됨 · Xinran Wang

0

팔로워

0

투표 수

0

댓글


Xinran Wang님이 에 게시물을 만듦

게시물 Developer - Zendesk APIs

Currently looking to use the `query` param in the Requests API (/api/v2/requests) to ONLY return tickets created using a specific channel (for example: "native_messaging". Is that possible? Not sure how to use zendesk query in this case since it's a nested data object

The response would normally look something like this:
{
    ...
     "via": {  "channel": "native_messaging"  }
}

I've tried the following but none seem to work:

  • /api/v2/requests.json?query=via:channel=messaging
  • /api/v2/requests.json?query=via:messaging
  • /api/v2/requests.json?query=channel:messaging

Thanks in advance for any help!

2022년 4월 21일에 게시됨 · Xinran Wang

0

팔로워

6

투표 수

6

댓글


Xinran Wang님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk SDKs

Attaching screenshots of the code here

댓글 보기 · 2022년 3월 24일에 게시됨 · Xinran Wang

0

팔로워

0

투표 수

0

댓글


Xinran Wang님이 에 게시물을 만듦

게시물 Developer - Zendesk SDKs

Have set up my server to generate a JWT which I was able to verify using jwt.io. But when my iOS app tries to use the token to authenticate with Zendesk, I get the following error: "failedToDecodeJWT". This is currently happening within the sandbox environment (haven't tried in production yet). Not sure how to troubleshoot at this point since it seems like the token should be valid.

2022년 3월 24일에 게시됨 · Xinran Wang

1

팔로워

3

투표 수

3

댓글