11

FCM 是否需要。用户必须在他的手机上安装播放服务才能接收通知?

您看到 GCM 可以,但现在我计划迁移到 FCM,希望它不会……在测试之前我怎么知道?

4

3 回答 3

13

是的。

请参阅:https ://developers.google.com/cloud-messaging/android/android-migrate-fcm#switch_to_fcm_in_the_app-level_buildgradle

https://firebase.google.com/docs/cloud-messaging/android/client

FCM clients require devices running Android 2.3 or higher that also have the
Google Play Store app installed, or an emulator running Android 2.3 with Google APIs.
于 2016-05-24T19:50:24.533 回答
3

是的,它确实。Firebase 云消息传递只是 GCM 的更名。

GCM 常见问题解答中的更多信息。

于 2016-05-24T19:48:17.580 回答
0

Firebase 需要 Google Play Services 9.0.0 或更高版本才能在您的应用程序中使用。(这包括 FCM)。

这被列为入门指南中的将 Firebase 添加到您的 Android 项目文档中的第一个先决条件:

将 Firebase 添加到您的 Android 项目

https://firebase.google.com/docs/android/setup

于 2016-05-24T19:50:28.240 回答