Hi, we have a hybrid application - Ionic React from which i wanted to implement Klaviyo push notification.
Take note, push notification is already working on our app and i just want to add klaviyo push notification without using the SDK.
These are the steps i did to make it work:
1. Get permission (Done already as we can receive our own push notification)
2. Create or Update Push token (Done Via - https://developers.klaviyo.com/en/reference/create_client_push_token)
- Ive used platform = ios and, vendor = FCM as we’re using Firebase to make our push notif work.
Result: Mobile push notifications enabled on a user profile. And user can be added in a segment where filter is all users that can receive push notification.
Issue: I keep getting Bounced Push, with error:
The specified device token was bad. Verify that the request contains a valid token and that the token matches the environment.
Error Name: BadDeviceToken
Even though its the same token we’re using in our project and it works on our end.