-
Notifications
You must be signed in to change notification settings - Fork 54
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
You are using "MANAGE_EXTERNAL_STORAGE" permission in your app. #23
Comments
i am having issue publishing app on play store. do you have any solution? |
Right, You are using MANAGE_EXTERNAL_PERMISSION and google will never approve this. You have to try without this permission. I'm facing the same problem and finding the solution of it. |
only one way it is possible it it to use native code in flutter app. i tried kotlin code but when i tried to sync gradle it was syncing for 3 hrs and failed. |
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! |
It means google is not going to accept that app in the play store
The text was updated successfully, but these errors were encountered: