如何在 Play 商店发布的 apk 中启用 Firebase Cloud Messaging
how to enable Firebase Cloud Messaging in an apk published in the play store
我使用 android studio 开发了一个应用程序。它已经在 google 游戏商店中发布。
此应用程序使用 Firebase FCM 服务进行推送通知。
在开发阶段,这非常有效。但自从在 Play 商店发布以来,SendMessageNotification 函数并未在 firebase 后端执行(Firebase 函数)。
我在控制台输入了api键,如图:
.
但是,服务在没有 运行 的情况下继续。
我是不是跳过了一步?
你通过了firebase launch checklist吗?
具体来说,您是否记得为您的应用程序添加生产证书和开发证书?从上面的页面 "Add a release SHA1 fingerprint for Android apps in the Firebase console (for OAuth client IDs)."
我不知道这是否会影响客户端消息传递。
我使用 android studio 开发了一个应用程序。它已经在 google 游戏商店中发布。
此应用程序使用 Firebase FCM 服务进行推送通知。 在开发阶段,这非常有效。但自从在 Play 商店发布以来,SendMessageNotification 函数并未在 firebase 后端执行(Firebase 函数)。
我在控制台输入了api键,如图:
但是,服务在没有 运行 的情况下继续。
我是不是跳过了一步?
你通过了firebase launch checklist吗?
具体来说,您是否记得为您的应用程序添加生产证书和开发证书?从上面的页面 "Add a release SHA1 fingerprint for Android apps in the Firebase console (for OAuth client IDs)."
我不知道这是否会影响客户端消息传递。