There is some way to overcome this policy violation. First of all you need to make policy violation file. To do this here is some way:
-
Go to this link: https://app-privacy-policy-generator.firebaseapp.com/
and then provide your app name, developer account name etc then generate your policy file.
-
or you may use this template:
https://gist.github.com/alphamu/c42f6c3fce530ca5e804e672fed70d78and then just replace app name, developer account etc with yours.
Now how you link up your privacy file:
If you have a own server then you can host the file in your server and use that link. If not then there are some other way to make your work done.
- You may put your file in git then use that link
- You also go for a better way, such as just create a docs file in your google drive and then paste your policy text on that and then select
File->Publish for the webyou will get a link to share just use that link in your policy url.
Hope these will help you.