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

[Android] google play store rejection because of Permission.sms #29

Open
aytunch opened this issue Mar 22, 2023 · 6 comments
Open

[Android] google play store rejection because of Permission.sms #29

aytunch opened this issue Mar 22, 2023 · 6 comments

Comments

@aytunch
Copy link

aytunch commented Mar 22, 2023

Hi, I understand this plugin needs this permission but, isn't it the convention that we add it to the app's top level manifest file?

Requested permissions do not match core functionality of the app You declared Default SMS handler
android.permission.READ_SMS

@Zfinix do you have any thoughts on this?

@Zfinix
Copy link
Owner

Zfinix commented Mar 22, 2023 via email

@aytunch
Copy link
Author

aytunch commented Mar 22, 2023

Can I kindly have an ETA on this fix?
Thanks for the quick reply

@Zfinix
Copy link
Owner

Zfinix commented Mar 22, 2023 via email

@aytunch
Copy link
Author

aytunch commented Mar 22, 2023

Thank you very much. Have a good week

@crushman1
Copy link

Hello, any updates on this ?

@kattaliraees
Copy link

in /android/app/src/main/AndroidManifest.xml add the below line if you want remove READ_SMS from the final merged Manifest file

<uses-permission android:name="android.permission.READ_SMS" tools:node="remove"/>

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

4 participants