gpt4 book ai didi

android - 从 Android Play Services 6.x 中的 GCM 升级到 7.5.x 的后果是什么

转载 作者:行者123 更新时间:2023-11-29 01:29:29 25 4
gpt4 key购买 nike

我目前在已建立的 Android 应用程序中使用 Google Play Services v6.5.87,GCM 和推送通知运行良好。

但作为升级到当前版本的一部分,我看到 GCM 使用不同的过程 - 例如 creating the new json configuration file etc .

因此,在我通过创建这个新的 json 配置文件等进行升级之前,我想知道如果我做这个?他们会停止工作吗?我需要两个单独的 GCM 流吗??

最佳答案

新 API 本质上应该是当前 API 的替代品。

  • 使用 InstanceID.getToken() 而不是 GoogleCloudMessaging.register()
  • 将 GcmReceiver 添加到您的 list 中,而不是编写您自己的 BroadcastReceiver
  • 扩展 GcmListenerService 类并覆盖相应的方法,而不是扩展 IntentService。

您应该能够跳过指南中的早期步骤,而只按照 from here on 中的步骤操作.

不需要json配置文件。它旨在简化 Google 服务的集成,并包含发件人 ID,因此新应用无需手动添加。

关于android - 从 Android Play Services 6.x 中的 GCM 升级到 7.5.x 的后果是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32042485/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com