AdMob Android integration - what permissions to ask for?
Posted
by
AngryHacker
on Stack Overflow
See other posts from Stack Overflow
or by AngryHacker
Published on 2011-01-01T05:00:41Z
Indexed on
2011/01/01
5:54 UTC
Read the original article
Hit count: 304
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?
© Stack Overflow or respective owner