【发布时间】:2016-09-10 00:32:05
【问题描述】:
我刚收到一封来自 Google 的电子邮件,说他们正在弃用 AdMob 6.4.1 版,我需要升级库才能在应用程序中使用广告:
...we are deprecating versions 6.4.1 and lower of the Android Google Mobile Ads SDK on September 15th, 2016.
In order to ensure that your ads continue to serve after September 15th, 2016, please upgrade to Google Mobile Ads SDK 7.0.0 or higher...
问题是我丢失了整个项目(源代码)和证书,我想知道我的 AdMob 的版本。这是我从逆向工程中得到的:
public static final int GOOGLE_PLAY_SERVICES_VERSION_CODE = 6587000;
这是常量值:android:value="@integer/google_play_services_version"
这是 Google Play 服务版本还是 Admob 版本? 6587000 代表什么版本(6.5.8)?与 Google Play 服务发行说明相比,我在 Internet 上找不到任何内容。
【问题讨论】: