I prepared an app to be distributed on Google Play. The app doesn't have any kind of login system and I don't store users' data. Camera and Microphone are disabled and I don't even get anything from that.
I only attached AdMobFree
plugin to the app. I've noticed that I need a privacy policy the same, because my AndroidManifest.xml
uses
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
Play Console said that I need a mandatory Privacy Policy so I generated this one http://codegz.altervista.org/QuotesWorld_privacyPolicy.html
Is that enough? What could I do to avoid this situation?
Thanks in advice.
EDIT:
I use SocialSharing
plugin to share some app data. Is that the problem?