Pesquisas recentes
Sem pesquisas recentes

Evgenii Aronov
Entrou em 08 de nov. de 2021
·
Última atividade em 20 de nov. de 2021
Seguindo
0
Seguidores
0
Atividade total
6
Votos
0
Assinatura
1
VISÃO GERAL DA ATIVIDADE
MEDALHAS
ARTIGOS
PUBLICAÇÕES
COMENTÁRIOS NA COMUNIDADE
COMENTÁRIOS EM ARTIGOS
VISÃO GERAL DA ATIVIDADE
Atividade mais recente por Evgenii Aronov
Evgenii Aronov comentou,
Sure.
Exibir comentário · Publicado 20 de nov. de 2021 · Evgenii Aronov
0
Seguidores
0
Votos
0
Comentários
Evgenii Aronov comentou,
Any updates?
Exibir comentário · Publicado 19 de nov. de 2021 · Evgenii Aronov
0
Seguidores
0
Votos
0
Comentários
Evgenii Aronov comentou,
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()
}
Exibir comentário · Publicado 10 de nov. de 2021 · Evgenii Aronov
0
Seguidores
0
Votos
0
Comentários
Evgenii Aronov comentou,
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.
Exibir comentário · Editado 08 de nov. de 2021 · Evgenii Aronov
0
Seguidores
0
Votos
0
Comentários
Evgenii Aronov criou uma publicação,
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 de nov. de 2021 · Evgenii Aronov
0
Seguidores
3
Votos
8
Comentários