Búsquedas recientes


No hay búsquedas recientes

Evgenii Aronov's Avatar

Evgenii Aronov

Incorporación 08 nov 2021

·

Última actividad 20 nov 2021

Seguimientos

0

Seguidores

0

Actividad total

6

Votos

0

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de Evgenii Aronov

Evgenii Aronov hizo un comentario,

Comentario de la comunidad Developer - Zendesk SDKs

Sure.

Ver comentario · Publicado 20 nov 2021 · Evgenii Aronov

0

Seguidores

0

Votos

0

Comentarios


Evgenii Aronov hizo un comentario,

Comentario de la comunidad Developer - Zendesk SDKs

Any updates?

Ver comentario · Publicado 19 nov 2021 · Evgenii Aronov

0

Seguidores

0

Votos

0

Comentarios


Evgenii Aronov hizo un comentario,

Comentario de la comunidad 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()
}

Ver comentario · Publicado 10 nov 2021 · Evgenii Aronov

0

Seguidores

0

Votos

0

Comentarios


Evgenii Aronov hizo un comentario,

Comentario de la comunidad 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.

Ver comentario · Editado 08 nov 2021 · Evgenii Aronov

0

Seguidores

0

Votos

0

Comentarios


Evgenii Aronov creó una publicación,

Publicación 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?

Publicado 08 nov 2021 · Evgenii Aronov

0

Seguidores

3

Votos

8

Comentarios