问题描述
我有一个简单的问题。我已经开发了使用AdMob SDK的Android应用程序,现在我希望迁移到谷歌Play服务使用谷歌移动广告从它。
I have a simple question. I've developed an Android app that uses AdMob SDK, and now i want to migrate to Google Play Services to use Google Mobile Ads from it.
我已经集成Play服务库,但我的问题是:
I've integrate Play services library, but my question is:
我要检查,以确认是否播放服务的安装在用户设备上,什么版本,或从播放业务??
Do i have to check and verify if Play Services is installed on user devices and what version, or it is not necessary when using with the Mobile Ads SDK function from Play Services??
谢谢!
推荐答案
否,你鸵鸟政策需要检查的使用移动广告的API。当你创建你的应用程序中的.jar已经包括在内。
No, you don´t need to check for Google Play services to use the Mobile Ads APIs. when you create your app the .jar is already included.
在谷歌Play服务库支持不具备的谷歌Play商店甚至设备。
The Google Play services library supports even devices that don't have the Google Play store.
这篇关于使用谷歌移动广告时,必须检查和验证谷歌播放服务?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!