What Are The Permissions Admob Requires In Android
On Google’s site they only mention two of them: Copy
is because you want to try out different locations during development. You don't need this permission when your app is released.
Solution 2:
it may help someone
You should never request location permissions from users for the sole purpose of advertising.
Solution 3:
<uses-permissionandroid:name="android.permission.ACCESS_COARSE_LOCATION" />
this way you will get ads from the area(country) where the device is located
Post a Comment for "What Are The Permissions Admob Requires In Android"