Your app has an apk with version code 101 that requests the permission: android.permission.CAMERA. Apps using this permission in an APK are required to have a privacy policy set

Whats the deal here? How do we fix this?
There is no camera function in my app.
A step by step is appreciated.
If we add a privacy policy within out app, google knows this and wont show this error anymore?
help please. thanks.

1 Like

OK, I added a privacy policy to my app and Google is still saying i’m required to have a privacy policy set per my apk.
What do I do now? thanks.

I figured it out. If you’re running into this problem, you need to create a privacy policy and not only put it in your app, but have it as a website link such as “https://www.adalo.com/privacypolicy.” Obviously you can’t do this with the app, (if you can i don’t know how to). So I created another app, but used the “desktop web-app” option and dropped the privacy policy in there. then you have to assign a new domain to it and save the privacy page under that new domain.
After you do this, go to your google Play Console and under “app content”, there’s “privacy policy”… copy/paste your link in there and save.This will solve your problem with this situation. I wish this was part of the instructions or something instead of having to spend half my Saturday pulling my hair out.

4 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.