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

Photo and video permissions: new requirement on Play Store #24

Open
mschroeder-betcloud opened this issue Sep 25, 2024 · 0 comments
Open

Comments

@mschroeder-betcloud
Copy link

mschroeder-betcloud commented Sep 25, 2024

We've noticed new errors in the "App content" section on the Play Store console. It seems that Google now requires a declaration regarding the following permissions required by the Zoho portal SDK:

android.permission.READ_MEDIA_IMAGES
android.permission.READ_MEDIA_VIDEO

See related Play Store screenshots attached.

That main problem here is this part of the declaration:

You can only use these permissions if your app is a gallery app, or if its core functionality is editing, managing and maintaining photos. Otherwise, you must migrate to the Android photo picker or a photo picker of your choice.

Our app is not a gallery app or a photo editing app (or similar), and I believe that will be the case for a lot of other cases.

We are using v1.3.6 of this library and we are still seeing the permissions above being required.

Are there plans to migrate to Android photo picker or another picker so that those permissions can be removed?

image image
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

1 participant