CleverTap / clevertap-ios-sdk

CleverTap iOS SDK
https://clevertap.com
MIT License
54 stars 51 forks source link

FCM token unsubscribed/mute on Android #314

Closed hillary-myhealthafrica closed 4 months ago

hillary-myhealthafrica commented 4 months ago

All FCM tokens from android indicated unsubscribed. I tried updating profile with 'MSG-push': true as below but nothing changes. var profile = { 'Name': '${user.firstName} ${user.lastName}', 'Identity': user.id, 'Email': user.email, 'Phone': user.phone, 'MSG-push': true, }; CleverTapPlugin.onUserLogin(profile);

It Works well with IOS. I use the sample implementation from the documentation. Attached are the screenshots. Screenshot from 2024-02-01 13-04-07

Screenshot from 2024-02-01 13-06-06