drybnikov / klaviyo_flutter

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

Notifications from klaviyo are not being received. #8

Open abubakarflutter opened 9 months ago

abubakarflutter commented 9 months ago

Would you please check and confirm if notifications are really being received with using the following package? I have created a campaign in Klaviyo dashboard to send a notification to the device after a certain event is triggered. Klaviyo events are triggering with this Flutter package but notifications are not being received.

Moreover, when i paste the Klaviyo token (copied from the log in flutter debug) to send the notification to a certain device from the klaviyo dashboard it throws an error that the provided token is not associated with any account.

drybnikov commented 9 months ago

Hello abubakarf, could you please double check notifications setup and integration according Apple and Google requirements. You can also look on Klaviyo native platform integration: Android, and iOS projects. Please also check Klaviyo API logs for your Klaviyo account at https://www.klaviyo.com/developer-tools/logs

abubakarflutter commented 9 months ago

Hello @drybnikov , thank you for responding. I am still struggling to find out the way. Do you have any working project for push notifications? If so, I'll be very thankful to you if you share. Thank you