How to check the statistics of messages sent to topics through FCM?

The statistics of messages sent via FCM can be checked in the Google Play Developer Console using the message identifier or registration token. But when I try to run FCM diagnostics using the message identifier returned when the message was sent to the subject, an invalid message identifier error is displayed. This is also not mentioned in the FCM documentation. Does anyone know how to check the statistics for fcm posts sent to threads?

+4
source share
1 answer

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

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

+4
source

Source: https://habr.com/ru/post/1653983/


All Articles