I uploaded my app to Google Play Console and it has been under review for a day and a half, but I forgot to add this code to the file
<manifest xmlns:android...>
...
<uses-permission android:name="android.permission.INTERNET" />
<application ...
</manifest>
What should I do now, should I wait for the application to be accepted and update it, or is there a way to update it while it is in the review stage?
and Will it be accepted or rejected, knowing that the application contains Firebase databases?
CodePudding user response:
Turn managed publishing off (if not already) and submit an update with needed changes. This way the faulty package is never published and eventually replaced with the update package.
See Control when app changes are published with managed publishing
CodePudding user response:
Don't worry, your will get rejected because it will not work properly without internet ( I am using your app required internet to use). So after rejection you can upload new build with internet permission.