drybnikov / klaviyo_flutter

BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link

Klaviyo interfering with Firebase notifications on iOS #6

Open emilysmithson opened 1 year ago

emilysmithson commented 1 year ago

hi there. Thanks for this package. It works perfectly on android but we are having some difficulty on iOS. Our application needs to receive notifications from Klaviyo but also directly from firebase and we are finding that just having the klaviyo package installed means that notifications from firebase are not properly listened to. They arrive when the app is in the background but nothing happens in the foreground and deep linking is not working. Do you have any suggestions?

drybnikov commented 1 year ago

Hello, please try this solution - and check this section in your app

Korpyc commented 7 months ago

@emilysmithson Klaviyo on iOS work directly via APNS token & keep in mind it will not work for local running. I'm testing iOS integration on testflight builds. This is insane, but this is the only way now.