I am developing an android app that stores highscores locally and via google play services. I am also integrating Google AdMob into my app. My question is, what is the easiest way to add a privacy policy when signing into google play services when first opening the app and on the homepage when downloading the app?
Thank you for your time in advanced.
You can either:
Create an HTML page and link to it. This might be required since you'll need a Privacy Policy URL to submit on Google Play Store.
Embed the Privacy Policy in your app in a view.
You have plenty of options where to show the policy in your app:
On your app profile page from Google Play Store:
To do so:
On your app login/welcome screen.
Example from Waze app:
In your app's Settings/Help menu:
Example from eBay: