Xtify : When will a Xid be marked as Inactive

别说谁变了你拦得住时间么 提交于 2019-12-11 09:27:18

问题


When does the Xtify mark an Xid as Inactive? I uninstalled an Xtify App but the Xid is still shown in the Xtify console. When I attempt to send a notification to the uninstalled app's Xid, the request is accepted.

Can you please specify all the conditions in which an Xid is marked inactive. Also what is the mechanism used to determine if the Xid is inactive


回答1:


An XID becomes inactive after two things happen:

  1. The user uninstalls the app
  2. A push notification (APNS or GCM) is sent to the device and is rejected because the app is not installed.

For iOS, the count of inactive XIDs is updated every day at midnight, so you'll have to wait up to 24 hours to see it become inactive. For GCM the count is updated immediately after the push is sent.



来源:https://stackoverflow.com/questions/22039754/xtify-when-will-a-xid-be-marked-as-inactive

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!