I have an application on Google play store, I updated the code to support Android 11 OS, I'm using the storage of mobile by this permission
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
tools:ignore="ScopedStorage" />
When I try to upload the APK on Google store, this problem appears
Your APK or Android App Bundle requests the 'android.permission.MANAGE_EXTERNAL_STORAGE' permission, which Google Play doesn't support yet.
How can I solve it?
Change the api level to less than 30 because due to covid-19 all permission has stopped. This temporary uploading restriction only affects apps that both target Android 11 (API level 30) and request the All files access permission.
https://support.google.com/googleplay/android-developer/answer/9956427?hl=en-GB
I think either remove the permission, or just wait for a while.
Sounds like , the upload of apks that target OS 11 is temporarily blocked until early 2021 as described in this link , check it out :
https://support.google.com/googleplay/android-developer/answer/9956427?hl=en
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With