Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Evgenii Aronov
Beigetreten 08. Nov. 2021
·
Letzte Aktivität 20. Nov. 2021
Folge ich
0
Follower
0
Gesamtaktivitäten
6
Stimmen
0
Abonnement
1
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Evgenii Aronov
Evgenii Aronov hat einen Kommentar hinterlassen
Sure.
Kommentar anzeigen · Gepostet 20. Nov. 2021 · Evgenii Aronov
0
Follower
0
Stimmen
0
Kommentare
Evgenii Aronov hat einen Kommentar hinterlassen
Any updates?
Kommentar anzeigen · Gepostet 19. Nov. 2021 · Evgenii Aronov
0
Follower
0
Stimmen
0
Kommentare
Evgenii Aronov hat einen Kommentar hinterlassen
Hello
I've tried this methods and still receiving pushes after calling unregisterToken
func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) {
Chat.registerPushToken(deviceToken)
}
private func unregisterZendeskToken() {
Chat.pushNotificationsProvider?.unregisterPushToken()
Chat.chatProvider?.endChat()
Chat.instance?.resetIdentity(nil)
Chat.instance?.clearCache()
}
Kommentar anzeigen · Gepostet 10. Nov. 2021 · Evgenii Aronov
0
Follower
0
Stimmen
0
Kommentare
Evgenii Aronov hat einen Kommentar hinterlassen
So I tried 2 approaches:
1) Registering token by calling Chat.registerPushToken(deviceToken) and deleting by calling Chat.pushNotificationsProvider?.unregisterPushToken()
2) Registering token by calling Chat.pushNotificationsProvider?.registerPushToken(deviceToken)
and deleting like in previous.
But had no luck with both cases.
Kommentar anzeigen · Bearbeitet 08. Nov. 2021 · Evgenii Aronov
0
Follower
0
Stimmen
0
Kommentare
Evgenii Aronov hat einen Post erstellt
Hello
If there any functionality to remove push token for iOS device that was previous registered?
Problem here is that when user logged out from our app can still receive push notifications.
I've found this method https://zendesk.github.io/mobile_sdk_iOS_jazzy_docs/Classes/PushNotificationsProvider.html#/c:@CM@ChatProvidersSDK@objc(cs)ZDKPushNotificationsProvider(im)unregisterPushToken
but it doesn't work.
Could you help me with this?
Gepostet 08. Nov. 2021 · Evgenii Aronov
0
Follower
3
Stimmen
8
Kommentare