paytm / paytm-allinonesdk-flutter

10 stars 8 forks source link

android.permission.READ_PHONE_STATE #12

Closed UjjwaRaijada closed 3 years ago

UjjwaRaijada commented 3 years ago

on submitting the app on the play store, it is giving below error:

Your APK or Android App Bundle is using permissions that require a privacy policy: (android.permission.READ_PHONE_STATE)

the error is coming becuase of paytm_allinonesdk: ^1.0.3 on removing paytm_allinonesdk: ^1.0.3, play store is not showing any error

UjjwaRaijada commented 3 years ago

I have tried adding permission in AndroidManifest.xml file but it is still showing the error.

soumyavats commented 3 years ago

You will have to add that privacy policy in Google Play Console

You can find this in Developer Policy Center on website play google com

Please try with this and let us know

UjjwaRaijada commented 3 years ago

add that privacy policy in Google Play Console

it worked like a charm. Thanks It will be great help for other coders if you can mention this step on pub.dev