Your APK or Android App Bundle is using permissions that require a privacy policy: (android.permission.CAMERA).
In my AndroidManifest.xml file i already request the CAMERA Permission,
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera"/>
<uses-feature android:name="android.hardware.camera.autofocus"/>
But still i got this error.
You need to provide a link of your Privacy Policy for your app in Google Play console
You can provide a privacy policy to your app by navigating to:
Play Console -> Your App -> App Content -> Privacy Policy -> A field where you should give your URL link
And to generate a Privacy policy (If you don't have any) you can use online privacy policy generator.
Ex: Privacy policy generator
Now to host your privacy policy. You can do any of this:
If you have a server you can host the file in your server and use that link. If not then there is some other way to make your work done.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With