Recherches récentes
Pas de recherche récente
iOS MessagingSDK crash
Publication le 04 août 2023
The app crashes randomly in the first 1 second of running the app.
We use ZendeskSDKMessaging v 2.13.0
I was able to catch it with the debugger once. Here's the screenshot:
On the app start we do only 2 things:
in AppDelegate in didFinishLaunchingWithOptions we call:
Zendesk.initialize(withChannelKey: channelKey, messagingFactory: DefaultMessagingFactory()) { _ in }
and in didRegisterForRemoteNotificationsWithDeviceToken we call:
PushNotifications.updatePushNotificationToken(deviceToken)
Any ideas on how to prevent this crash would be helpful.
1
1
1 commentaire
Christopher Kennedy
Are you encountering this issue in our sample app?
-2
Se connecter pour laisser un commentaire.