Toggle for users to disable notifications

Hi there,
Does anyone know if there is a way for a user, after they have accepted the trigger notification message to later on disable this via a button/toggle?
Going to their settings on the iphone isn’t very user friendly so in the app itself

Thanks!

You can add a true/false parameter to the user collection called “Notifications Enabled” and set it to true when the user signs up.

Add a switch in the user’s profile page or wherever it makes sense that toggles the value of the true/false and only send a push notification to that user conditionally if “Notifications enabled” is equal to true.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.