admob-google / admob-cordova

Google AdMob plugin for Cordova, Phonegap and Intel XDK ,support ios and android,support admob v1 and admob v2 ,Monetize your html5 app with one javascript line.api is easy to use.
65 stars 50 forks source link

Google Mobile Ads SDK deprecation #27

Open lordamon opened 7 years ago

lordamon commented 7 years ago

i recently recived a message from AdMob saying that Google Mobile Ads SDK <= 6.4.1 will not be supported anymore starting from October 17.

actually i'm running a customized version of this plugin complied with phonegap build, i only changed 2 line in the plugin.xml:


i removed this line: <meta-data android:name="com.google.android.gms.version" android:value="8115000"/>

AND i changed this line: <source-file src="src/android/libs/google-play-services.jar" target-dir="libs/"/>

with this: <framework src="com.google.android.gms:play-services-ads:+" />


i need to change/update something?

admob-google commented 7 years ago

the old version used admob 8, now update to 9