Ricerche recenti


Nessuna ricerca recente

Evgenii Aronov's Avatar

Evgenii Aronov

Data ingresso 08 nov 2021

·

Ultima attività 20 nov 2021

Seguiti

0

Follower

0

Attività totali

6

Voti

0

Abbonamento

1

PANORAMICA ATTIVITÀ

Ultima attività di Evgenii Aronov

Evgenii Aronov ha commentato,

Commento nella community Developer - Zendesk SDKs

Sure.

Visualizza commento · Data ultimo post: 20 nov 2021 · Evgenii Aronov

0

Follower

0

Voti

0

Commenti


Evgenii Aronov ha commentato,

Commento nella community Developer - Zendesk SDKs

Any updates?

Visualizza commento · Data ultimo post: 19 nov 2021 · Evgenii Aronov

0

Follower

0

Voti

0

Commenti


Evgenii Aronov ha commentato,

Commento nella community Developer - Zendesk SDKs

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()
}

Visualizza commento · Data ultimo post: 10 nov 2021 · Evgenii Aronov

0

Follower

0

Voti

0

Commenti


Evgenii Aronov ha commentato,

Commento nella community Developer - Zendesk SDKs

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.

Visualizza commento · Data ultima modifica: 08 nov 2021 · Evgenii Aronov

0

Follower

0

Voti

0

Commenti


Evgenii Aronov ha creato un post,

Post Developer - Zendesk SDKs

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?

Data ultimo post: 08 nov 2021 · Evgenii Aronov

0

Follower

3

Voti

8

Commenti