最近の検索
最近の検索はありません

Evgenii Aronov
参加日2021年11月08日
·
前回のアクティビティ2021年11月20日
フォロー中
0
フォロワー
0
合計アクティビティ
6
投票
0
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Evgenii Aronov
Evgenii Aronovさんがコメントを作成しました:
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()
}
コメントを表示 · 投稿日時:2021年11月10日 · Evgenii Aronov
0
フォロワー
0
投票
0
コメント
Evgenii Aronovさんがコメントを作成しました:
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.
コメントを表示 · 編集日時:2021年11月08日 · Evgenii Aronov
0
フォロワー
0
投票
0
コメント
Evgenii Aronovさんが投稿を作成しました:
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?
投稿日時:2021年11月08日 · Evgenii Aronov
0
フォロワー
3
投票
8
コメント