在 google 游戏控制台中看不到推送状态?
Can not see push statuses in google play console?
如在控制台中一样google播放查看每条已发送消息的状态?(需要查看状态而不指定特定的device_id。一次查看所有状态。)
这可能吗?
这是来自 google 的帮助。
https://support.google.com/googleplay/android-developer/answer/2663268
应用发布后,您可以在应用的统计信息页面上查看 FCM 统计信息。
Sign in to your Play Console.
Select an app.
On the left menu, click Statistics.
Next to "Statistics," click the drop-down and select FCM statistics.
我有一个下拉列表(可能这是文档的错误):
Firebase Cloud Messaging
Сообщения FCM
Регистрации в FCM
Need to view the statuses without specifying a specific device_id. View all statuses at once. Is this possible?
这目前是不可能的。正如在
help doc 你链接了(强调我的):
You can look up messages sent through Firebase Cloud Messaging with a registration token or message ID.
如在控制台中一样google播放查看每条已发送消息的状态?(需要查看状态而不指定特定的device_id。一次查看所有状态。)
这可能吗?
这是来自 google 的帮助。
https://support.google.com/googleplay/android-developer/answer/2663268
应用发布后,您可以在应用的统计信息页面上查看 FCM 统计信息。
Sign in to your Play Console.
Select an app.
On the left menu, click Statistics.
Next to "Statistics," click the drop-down and select FCM statistics.
我有一个下拉列表(可能这是文档的错误):
Firebase Cloud Messaging
Сообщения FCM
Регистрации в FCM
Need to view the statuses without specifying a specific device_id. View all statuses at once. Is this possible?
这目前是不可能的。正如在 help doc 你链接了(强调我的):
You can look up messages sent through Firebase Cloud Messaging with a registration token or message ID.