AdMob Android integration - what permissions to ask for?
- by AngryHacker
In the various videos on the AdMob integration, I've seen that only permission to access the internet is asked for:
<uses-permission android:name="android.permission.INTERNET" />
Not that I am an expert in advertising, but wouldn't AdMob need the user's geographic location as well, so that they can serve location specific ads? Or avoid serving certain ads based on a location, like maybe not offering me a Big Mac if I am in India or not adverting a ham sandwich if I am in an Arab country?
If AdMob needs those permissions, how do I ask for them?