You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
How to remove READ_EXTERNAL_STORAGE permission from merged manifest? I tried <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" tools:node="remove" />. But playstore is denied on production because of READ_EXTERNAL_STORAGE permission. My Application is targetting on Android 13. I need only Take picture function.
My application's status is removed by Google now. Need to fix this urgent.
Bug Information
Version Number of Plugin: 6.0.2
Version of VS: 17.6.4
Version of Xamarin: 5.0.0.2612
Play store report
About the Personal Loans policy
Apps that provide personal loans, or have the primary purpose of facilitating access to personal loans (that is, lead generators or facilitators), are prohibited from accessing sensitive data, such as photos and contacts. The following permissions are prohibited: READ_EXTERNAL_STORAGE, READ_MEDIA_IMAGES, READ_CONTACTS, ACCESS_FINE_LOCATION, READ_PHONE_NUMBERS, READ_MEDIA_VIDEOS
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How to remove READ_EXTERNAL_STORAGE permission from merged manifest? I tried
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" tools:node="remove" />
. But playstore is denied on production because of READ_EXTERNAL_STORAGE permission. My Application is targetting on Android 13. I need only Take picture function.My application's status is removed by Google now. Need to fix this urgent.
Bug Information
Version Number of Plugin: 6.0.2
Version of VS: 17.6.4
Version of Xamarin: 5.0.0.2612
Play store report
About the Personal Loans policy
Apps that provide personal loans, or have the primary purpose of facilitating access to personal loans (that is, lead generators or facilitators), are prohibited from accessing sensitive data, such as photos and contacts. The following permissions are prohibited: READ_EXTERNAL_STORAGE, READ_MEDIA_IMAGES, READ_CONTACTS, ACCESS_FINE_LOCATION, READ_PHONE_NUMBERS, READ_MEDIA_VIDEOS
The text was updated successfully, but these errors were encountered: