You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue description:
I recieved a message from GooglePlay that I need to provide a reason why app contains the 'request Legacy External Storage" flag.
But it doesn't.
The only permission I have selected for export is "Internet".
What can cause this? and where can I find the "requestLegacyExternalStorage" flag ?
The full message from google play store:
`We've detected that your app contains the requestLegacyExternalStorage flag in the manifest file of one or more of your app bundles or APKs.
Developers with apps on devices running Android 11+ must use scoped storage to give users better access control over their device storage. To release your app on Android 11 or newer after 5 May, you must either:
Update your app to use more privacy-friendly best practices, such as the storage access framework or Media Store API
Update your app to declare the All files access (MANAGE_EXTERNAL_STORAGE) permission in the manifest file, and complete the All files access permission declaration in Play Console from 5 May
Remove the All files access permission from your app entirely
For apps targeting Android 11, the requestLegacyExternalStorage flag will be ignored. You must use the All files access permission to retain broad access.
Apps requesting access to the All files access permission without a permitted use will be removed from Google Play, and you won't be able to publish updates.`
The text was updated successfully, but these errors were encountered:
@mortarroad is there a way to fix this with 3.2.3 ?
Do I have to build it by my self ?
does this means that releasing a game on android using the 3.2.3 is not recommended even tho it is the stable one ?
This seems to be fixed with 3.3
Godot version:
3.2.3
OS/device including version:
Android
Issue description:
I recieved a message from GooglePlay that I need to provide a reason why app contains the 'request Legacy External Storage" flag.
But it doesn't.
The only permission I have selected for export is "Internet".
What can cause this? and where can I find the "requestLegacyExternalStorage" flag ?
The full message from google play store:
`We've detected that your app contains the requestLegacyExternalStorage flag in the manifest file of one or more of your app bundles or APKs.
Developers with apps on devices running Android 11+ must use scoped storage to give users better access control over their device storage. To release your app on Android 11 or newer after 5 May, you must either:
For apps targeting Android 11, the requestLegacyExternalStorage flag will be ignored. You must use the All files access permission to retain broad access.
Apps requesting access to the All files access permission without a permitted use will be removed from Google Play, and you won't be able to publish updates.`
The text was updated successfully, but these errors were encountered: