Skip to content Skip to sidebar Skip to footer

Which Permissions Should I Include When I Use Admob Android

Which permissions should i include when i use admob 'android' to make it using user location to improve earning from ads? i am using these permissions and features

Solution 1:

You don't need to include any special permissions to use AdMob when building an Android app. The SDK comes with its own manifest file with the appropriate permissions, and these will be included in your app's final APK automatically via manifest merging.

There's currently a bug in Android Studio that can cause a warning about permissions to appear when using the Mobile Ads SDK, but your app should still compile and run just fine. Our official sample for Native Ads Express has no permissions in its app manifest, for example, but still loads and displays ads correctly.

Post a Comment for "Which Permissions Should I Include When I Use Admob Android"