CleverTap / clevertap-flutter

CleverTap Flutter SDK
Other
30 stars 43 forks source link

How disable iOS (Silent token-based push notification)? #175

Open phucphamwolf opened 1 year ago

phucphamwolf commented 1 year ago
Screenshot 2023-05-31 at 15 22 51

I want off.

darshanclevertap commented 1 year ago

@phucphamwolf May I ask why?

phucphamwolf commented 1 year ago

@darshanclevertap I temporarily don't use CleverTap but when I push notifications with FCM, I get 2 notifications in FirebaseMessaging.onMessage function

phucphamwolf commented 1 year ago

@darshanclevertap How disable CleverTap in my project?

darshanclevertap commented 1 year ago

@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 onMessage of FCM

phucphamwolf commented 1 year ago

@darshanclevertap In my project did not initialize CleverTap Plugin, does setup in dashboard affect notifications from Firebse ?

phucphamwolf commented 1 year ago

@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 onMessage of FCM

The payload of the 2 notifications is data sent from BE and they are identical