【发布时间】:2012-08-24 07:27:39
【问题描述】:
APNS 反馈服务是否考虑了所有可能导致通知传递失败的原因。失败可能有多种原因,例如
a. The user has uninstalled the application.
b. The device is switched off for a longer duration.
c. The device does not have internet connection.
“反馈服务”上的苹果文档说
“如果提供商尝试向应用程序发送推送通知,但该应用程序已不再存在于设备上,则设备会将这一事实报告给 Apple Push Notification Service。这种情况通常发生在用户卸载应用程序时”
这似乎表明 APNS 只会使已卸载应用程序的设备失效。谁能澄清我的假设是否正确?
APNS 在将设备列入反馈服务黑名单之前尝试传递通知多少次?
【问题讨论】: