-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How disable iOS (Silent token-based push notification)? #175
Comments
@phucphamwolf May I ask why? |
@darshanclevertap I temporarily don't use CleverTap but when I push notifications with FCM, I get 2 notifications in FirebaseMessaging.onMessage function |
@darshanclevertap How disable CleverTap in my project? |
@phucphamwolf Could you share the payload of the 2 notifications you get? Ideally the silent push should not interfere with FCM since it is sent via APNS - the Apple Push Notification Service. This should not invoke the |
@darshanclevertap In my project did not initialize CleverTap Plugin, does setup in dashboard affect notifications from Firebse ? |
The payload of the 2 notifications is data sent from BE and they are identical |
The text was updated successfully, but these errors were encountered: