You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My FirebaseMessagingService is in another porocess,an Klaviyo ini in main process.
how can i use Klaviyo.INSTANCE.setPushToken(token) in FirebaseMessagingService onNewToken
Expected behavior
always
Actual behavior
always
Steps to reproduce
always
The Klaviyo Android SDK version information
3.0.0
Device Information
No response
Android Studio Version
No response
Android API Level
No response
The text was updated successfully, but these errors were encountered:
Thanks for filing this! While it's definitely recommended that you use the application to encapsulate both your Klaviyo instance and Firebase service, there are some workarounds for messaging between the two. I'd recommend looking into using shared preferences to hold the firebase token, or creating a broadcast between the services that handles the token setting. You definitely don't want to set the token in the separate process, it would be better to set some shared store with the value and have your main process read that. If you do try and set from a different process and get some strange behavior, please feel free to share and I can look into whats going on further with a dummy application or logs.
This issue is stale due to inactivity. Please let us know if you are still encountering issues, otherwise this issue will automatically close in 10 days.
Checklist
master
branch or latest release of this package.Description
Expected behavior
Actual behavior
Steps to reproduce
The Klaviyo Android SDK version information
3.0.0
Device Information
No response
Android Studio Version
No response
Android API Level
No response
The text was updated successfully, but these errors were encountered: