Is it possible to update push consent via React Native SDK or Node API?
Hello! We’re currently setting up push notifications for our users, and it seems that currently there’s no straightforward way for a user to opt out of Klaviyo push notifications specifically. Our app uses multiple push services, so directing users to turn off all notifications from our app isn’t a viable option if they only want to turn off Klaviyo.
I understand there’s an endpoint to unregister a push token, but for users with multiple devices this would entail collecting all their push tokens and then looping over them to make sure they’re all unregistered. I’ve also seen mention of using the Segments API somehow to manage their consent. Would one of these approaches be better as a workaround than the other?
Thanks!
