Recently, we found some anomalies through our custom api statistics.
In airship's Activity Log dashboard, we see that all push are normal.
But on these Notifications below, we found that our stats were more than halved.
4cdb03c0-1f06-11ed-9d3b-02425b206633
ba896b11-1d84-11ed-8b79-02427217562f
cd43bce0-1caa-11ed-b863-0242cb41e154
77778500-1b18-11ed-b238-0242c78a0012
On our ios, we used UNNotificationServiceExtension to listen notification event.
On android, we used airship.getPushManager().addPushListener.
Normally, we count about 20w recipients for each Notification, but in the Notifications listed above, we only counted 4~6w.
We checked the overall process and found that our program are normal.
Under what circumstances might some users not be able to receive messages? The number of APP NOTIFICATION SENDS on the activity log page is also inconsistent with the number we counted.
How is this number defined, is it accurate?
Comments
10 comments