Is necessary to check and verify Google Play Services when using Google Mobile Ads?

时光怂恿深爱的人放手 提交于 2019-12-12 02:15:52

问题


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.

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??

Thanks!


回答1:


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.

The Google Play services library supports even devices that don't have the Google Play store.




回答2:


Well, the docs say this:

See the setup instructions and reference docs for details on setting up Google Play services. The Google Play services library supports even devices that don't have the Google Play store. To update such devices, download and bundle the latest Google Play services SDK; then relaunch your apps to propagate updates to your users. Devices that do have the Google Play store are automatically updated to the latest version. The Google Play services library does support publisher IDs from the legacy AdMob console, and is compatible with existing mediation adapters.



来源:https://stackoverflow.com/questions/27195451/is-necessary-to-check-and-verify-google-play-services-when-using-google-mobile-a

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!