How to reset the pemissions already given to an app in development mode?

I am currently developing an app and testing permissions on device using expo client . I accepted the permission for notification for some tests and now I would like to be prompt about notification permission again. How can I clear the permissions so I can ‘start from scratch’ ?

Hey @clearviewsocial,

We added a section in our Permissions docs addressing this! https://docs.expo.io/versions/v31.0.0/sdk/permissions#manually-testing-permissions

Cheers,

Adam

Thank you very much. So in order to open permission asking dialogue again I need to uninstall and reinstall the Expo app. Am I correct?

Yep, that is correct!

1 Like

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