android - 谷歌移动广告和 Kindle Fire

标签 android admob amazon google-play-services

我最近用 Google Mobile Ads 替换了 AdMob 库,对此我有一个疑问:广告会出现在 Amazon Kindle Fire 设备上吗?

我问这个是因为我知道 Google 移动广告依赖于 Google Play 服务,所以我有点困惑。

最佳答案

Google Play Services still supports devices that don't have the Google Play store installed on it. The only difference is that devices without the Play Store (and the accompanied Google Play Services app) on it will not receive automatic updates, so you'll still want to grab new versions of the library provided in Android SDK manager and include them when releasing your app.

如您在上面所见,如果设备上未安装 Google Play 服务,它将回退到您作为库包含在应用中的版本。

https://groups.google.com/forum/#!topic/google-admob-ads-sdk/obflEHgq_og

关于android - 谷歌移动广告和 Kindle Fire,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22576267/

相关文章:

java - 如何使用 "departure_time"作为参数通过距离矩阵 api 将 future 时间传递到 HTTP 请求中

android - 非法状态异常 : Activity has been destroyed (API level <21)

ios - 被admob广告单元ID中的 "/"和 ":"搞糊涂了

ios - 在 Objective C 的 FooterTableViewCell 中放置 View 的问题

android - Adview 在 Android 中不显示

php - 在 php 文件中存储 key

amazon-web-services - 访问通用爬网 AWS 公共(public)数据集

android - MotionLayout - 单击布局时行为不正确

java - 亚马逊计算机上无法识别的VM选项'UseTLAB'

android - 在Flutter中,针对移动设备的许多路线/页面和自制模板的最佳方法是什么?