leegeunhyeok / react-native-zendesk-messaging

🗣️ Zendesk messaging SDK for React Native
https://www.npmjs.com/package/react-native-zendesk-messaging
MIT License
40 stars 12 forks source link

Android App may not comply with new Google Play Photo and Video Permissions policy #58

Open akumarclick opened 4 days ago

akumarclick commented 4 days ago

Describe the bug

To Reproduce

  1. Integrate the react-native-zendesk-messaging package in an app.
  2. Attempt to upload a photo or video using Zendesk’s messaging/chat feature.
  3. Observe the app’s permissions request flow.

Current behavior The package is requesting the broad storage permissions which can cause compliance issues with Google Play.

Expected behavior The package should use Android's photo picker for any media access, rather than requesting broad storage permissions.

Environment :

akumarclick commented 3 days ago

@leegeunhyeok : Can you please help me with this?