Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Mobile Ads SDK deprecation #27

Open
lordamon opened this issue Sep 12, 2016 · 1 comment
Open

Google Mobile Ads SDK deprecation #27

lordamon opened this issue Sep 12, 2016 · 1 comment

Comments

@lordamon
Copy link

lordamon commented Sep 12, 2016

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
Copy link
Owner

the old version used admob 8,
now update to 9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants