Hi all, I'm using Zendesk Messaging SDK in my game, and having an issue on push notification.
None of these functions are getting triggered when the agent answered on the ticket although I register remote notifications and update device token to Zendesk SDK. and I did upload the right certificate on the dashboard.
- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)())completionHandler
- (void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions options))completionHandler
- (void)application:(UIApplication*)application didReceiveRemoteNotification:(NSDictionary *)userInfo
- (void)application:(UIApplication *)application didReceiveLocalNotification:(UNNotificationRequest *)notification
Any ideas why it's not getting called?
Thanks,
-Daechul