Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check statistics for messages sent to topics via FCM?

Tags:

Statistics for messages sent via FCM can be checked in Google Play Developer console using the message ID or the registration token. But when I try to run FCM diagnostics using the message id returned when message is sent to a topic, an invalid message id error is shown. There is also no mention of this in FCM documentation. Does some one know how to check stats for fcm messages sent to topics ?

like image 358
meetnext Avatar asked Sep 08 '16 09:09

meetnext


People also ask

How do I test FCM message?

Send a test notification messageOpen the Notifications composer and select New notification. Enter the message text. Select Send test message. In the field labeled Add an FCM registration token, enter the registration token you obtained in a previous section of this guide.

What is data message in FCM?

With FCM, developers can send two types of messages to users: notifications messages and data messages. Notification messages are displayed on the user's device by FCM on behalf of the application. Data messages are directly processed by the application, which is responsible for delivering the message to the user.


1 Answers

Unfortunately, the Play Developer Console Diagnostics feature does not currently support tracing of messages sent via the topics API.

In general, there is currently no way to trace the status of the messages using topics.

like image 126
AL. Avatar answered Sep 22 '22 14:09

AL.