How to undo `Notifications.registerRemoteNotifications()` ?
I do not see any API to undo Notifications.registerRemoteNotifications(). How to do that?
Once we've registered, seems that await Notifications.isRegisteredForRemoteNotifications(); will always return true then...
I'm really surprised no one else has needed this at some point 🤔...
I also need that. I though Notifications.ios.abandonPermissions(); would to the job for iOS, but it does not seem too.
It is quite annoying, when developping an app, because one would certainly test the registration procedure before having set the entire flow to send the token to the backend and deal with it.
In my case I just wanted to see what this token looked like, and especially its type :/
I am trying actually to clean everything and build again the project, I hope it will unregister 😅
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
The issue has been closed for inactivity.