Google Admob Sdk Replacement Issue In Android Application
I have one android application and this application uses Google admob GoogleAdMobAdsSdk-4.1.0 version. Now i wants to update my google admob SDK. This is the message on google adm
Solution 1:
com.admob.android.ads.*
references old AdMob SDKs released in 2010 or earlier. If your app was only using GoogleAdMobAdsSdk-4.1.0
, you should only have references to com.google.ads.*
.
To can check the docs for how to set location. You'll use com.google.ads.AdRequest#setLocation(location)
. However, AdMob recommends that you only pass location in your AdRequest if your app already makes use of location, since it requires adding extra permissions in your app.
Post a Comment for "Google Admob Sdk Replacement Issue In Android Application"