-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Future seamless integration plans #103
Comments
Excuse my eagerness - I just realised #98 is in progress. Feel free to close this |
Also waiting on #98. Hopefully it will be released soon. |
Thanks for getting in touch! As you already discovered, we are hard at work expanding upon our MVP to bridge |
An actual unsubscribe function is coming, needs to be added to the native SDKs first. We fielded a similar question in the android repo here: klaviyo/klaviyo-android-sdk#106. The current, imperfect recommendation is for the user to control their push notifications by enabling or disabling the notification permission. |
My scenario is that I don't want the notification popup to appear at the start of the application. Instead, within the React Native side, when the user allows notification permission, the Klaviyo profile always remains unsubscribed. |
@youcefswoo we are aware of this limitation and are working to find a solution, in the mean time to workaround the issue, if in your iOS AppDelegate's |
and for Android ? |
Likewise on android we're implementing an internal solution to more closely track push permission changes. But if you follow the instructions in the readme about collecting push tokens, then just like ajay explained for iOS the enablement status will be refreshed on app open, whenever |
If you've been watching #98 closely, you'll see it has been merged. We are just updating the example app and documentation and anticipate its release soon. Thanks |
@niklavsBariss as @evan-masseau mentioned above we should have a release 0.2.0 soon that should solve two of your requests I.E bridging Please keep an eye out for that release. Closing this out now and appreciate the feedback. Thanks! |
Hi folks, our first release supporting |
We are about to integrate Klaviyo in our React Native project for notifications and I'm wondering if you are planing on supporting initialising, setup and collecting push tokens without so much native code from users(of this package) perspective - just react-native layer
Would be helpful to have in js
The text was updated successfully, but these errors were encountered: