RateMyApp icon indicating copy to clipboard operation
RateMyApp copied to clipboard

Is READ_EXTERNAL_STORAGE permission required for rating?

Open barchinvictor opened this issue 1 year ago • 2 comments

Describe the bug Apps about loans are rejected if they have READ_EXTERNAL_STORAGE permission. Is it possible to remove this permission from the package?

To Reproduce Flutter app with rate_my_app package.

Screenshots be1ae70a-2409-4004-a255-2a7c55129784

Smartphone (please complete the following information):

  • Device: Emulator Pixel 7 pro
  • OS: Android

barchinvictor avatar Aug 09 '24 13:08 barchinvictor

We only need WRITE_EXTERNAL_STORAGE (https://github.com/Skyost/RateMyApp/blob/master/android/src/main/AndroidManifest.xml#L8), but it shouldn't be a problem for Google review if you have correctly completed the "App content" section.

Skyost avatar Aug 09 '24 18:08 Skyost

@Skyost Thanks for the answer. But in the manifest the WRITE_EXTERNAL_STORAGE permission is removed, not added? Isn't it? And READ_EXTERNAL_STORAGE is added by the package on the contrary.

barchinvictor avatar Aug 12 '24 06:08 barchinvictor