android - 适用于没有 Google Play 服务的 Android 设备的 Flurry

标签 android google-play google-play-services flurry amazon-appstore

我们有一个 Android 应用程序在 Google Play Store 和 Amazon App Store 中分发。因此,某些设备将没有 Google Play 服务(Kindle-fire、黑莓等)。鉴于 Flurry Android SDK (4.0.0) 现在依赖于 Google Play 服务 (see here),这些设备会发生什么情况?

Flurry 会什么都不做吗?抛出异常?

有没有人有任何解决方法?

最佳答案

一个依赖于 Google Play 服务的实现良好的 SDK 将使用 public static int isGooglePlayServicesAvailable (Context context) 检查可用性,您始终可以在您的应用程序中加载 Flurry 之前使用它。

就 Flurry 而言,我认为将其保留在那里是可以的。

使用 BlackBerry 10.2+,您可以通过浏览器安装 APK,以便检查您的应用程序在平台中的行为。

关于android - 适用于没有 Google Play 服务的 Android 设备的 Flurry,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26918475/

相关文章:

c# - 在 StreamingAssetsPath 上读取和写入文件

android - 自上次更新以来构建失败

android - 有没有办法动态更改首选项屏幕字体颜色?

android - 分阶段部署中 Google Play 商店中的“"What' s New”字段是否特定于此 apk?

android - 您上传了一个在 Debug模式下签名的 APK。您需要在 Release模式错误中签署您的 APK

android - FCMListenerService 的两个实例

android - 如何为我的 android 应用程序制作教程?

android - 已尝试针对此问题找到的所有其他答案 : Your Android App Bundle is signed with the wrong key. 确保您的 App Bundle 已签名 [..]

android - GoogleService 初始化失败,状态 : 10, 缺少名称为 google_app_id 的字符串资源中的 google app id 值

android - 如何查找 Android Google Play 服务版本