You can't edit this app until you create a new app release declaring sensitive permissions

When I upload the app to the play store I get the following error:

Using SDK 32.0

In my app.json, the permission list is empty.

"permissions": []

I am not able rollout my app, because of the above error. Please help.

The permission required by my app according to the play store.

Choose permissions as per your requirement read the doc from below URL
https://docs.expo.io/versions/latest/workflow/configuration/#android

I had the same issue, i create a new version with an older apk, i manage to see the problem (from permission READ_SMS new terms (march 2019) ). I update from expo 30 → 32 recently, maybe it’s due to that, i don’t know.
And after i could accept the new terms in this version and it fixes the problem.

Hope it helps.

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