exp build:android redeploy to stores?

My app was taken off the android store because it was using an old SDK, before 32, and the call log and sms permissions were still being requested. I’ve updated the SDK to 32, have the app working in my simulator, and I’m wondering if exp build:android will resolve the issue I have of it not being on the store? Do I need to do anything else manually?

Hey @jefffabiny,

You’ll have to run expo build:android and upload the new .apk file to the Play Console.

Cheers,
Adam

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