Flurry Analytics 是否支持没有 Playstore/GMS 服务的华为设备上的标志性应用程序?

Does flurry analytics support iconic app on Huawei device without playstore/ GMS services?

Flurry analytics 用于 play store 上发布的标志性应用程序之一,并且在非华为设备上运行良好。现在在华为应用程序库和不支持 Play 商店和 GMS 服务的华为设备上发布此应用程序。那么这个 flurry 插件在没有播放服务的华为设备上的这个标志性应用程序中是否可以正常工作?

我会参考documentation of the Flurry SDK and the official Ionic plugin page

Flurry SDK 文档说只建议使用一种 GMS 依赖项,即广告。如果该应用严重依赖 Google 移动广告的集成,此特定功能将只能部分工作,因为没有 GMS 的华为设备无法连接到 Google 的 API 以接收 GAID .

这是什么意思?

GAID 的主要功能是为用户提供个性化广告。如果您 不使用 Google 移动广告或其他 Google 服务 例如 Firebase,您的 应用应该 运行 完美很好。此外,我也没有看到任何需要与 Ionic 的 Flurry 插件集成的依赖项。

不过,如果您需要个性化广告,华为有自己的Ads Kit (available for Cordova but it can be implemented with Ionic) which replaces the GAID with the OAID. You do also have the ability to test the app out for yourself if you register as Huawei developer and have a look at the Cloud Debug服务。

此服务可让您上传 apk 以在华为实验室之一的真实 HMS 设备上对其进行测试。完成测试后,设备 returns 恢复到原始状态,您的所有配置都将被删除以供下一个用户使用。

更新: 全新版本的 Cordova Analytics 插件 here, added Ionic support 具有离子原生包装器和打字稿支持。


据了解,华为会在7月底到8月份更新支持TypeScript的Cordova插件版本。那么Ionic就可以在华为设备上得到支持,同时也会提供Sample Code。请关注Developer Support.