Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MANAGE_EXTERNAL_STORAGE permission not work when upload to playstore #1

Open
krunalgajera98 opened this issue Jul 5, 2023 · 5 comments

Comments

@krunalgajera98
Copy link

When I submit to playstore I get : Your APK or Android App Bundle requests the 'android.permission.MANAGE_EXTERNAL_STORAGE' permission, which Google Play doesn't support yet.

@krunalgajera98 krunalgajera98 changed the title MANAGE_EXTERNAL_STORAGE permission bot work when upload to playstore MANAGE_EXTERNAL_STORAGE permission not work when upload to playstore Jul 5, 2023
@emilio-kariuki
Copy link
Owner

let me get back to you on this

@1MinuteAunty
Copy link

Hi, I have encountered a similar issue and managed to find a solution. In my project from statussaver, I addressed this by [using Storage Access Framework instead of MANAGE_EXTERNAL_STORAGE].

I hope this helps!

@1MinuteAunty
Copy link

@emilio-kariuki
Copy link
Owner

I discovered that you have to provide play store with a reason you have to use that api so that they can grant you access

@1MinuteAunty
Copy link

I discovered that you have to provide play store with a reason you have to use that api so that they can grant you access

ohh okay, cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants