android.permission.RECEIVE_SMS error while uploading to playstore
rajeshzmoke opened this issue · 3 comments
I see that razorpay_flutter uses
android.permission.RECEIVE_SMS
but my application does not use this permission, when i tried to upload a build to play store i got a missing android.permission.RECEIVE_SMS
warning
after adding it to my androidmanifest the warning went away, so it is not clear in the readme, so
Update the readme to include
<uses-permission android:name="android.permission.RECEIVE_SMS" />
But the new razorpay sdk should not use sms right
But the new razorpay sdk should not use sms right
i'm not sure about that...but i dont want to add the permission android.permission.RECEIVE_SMS
aswell , as i'm not reading sms in my app. but without that Play store console
throws a warning. I get this option in the console and it is really annoying , selecting yes
forces you to select an option from core functionality
below, without that i cant proceed
Fixed.