标签: ios apple-push-notifications
我想知道有什么方法可以确定我们的推送消息是否最终是从APNS服务器发送的。我已经提出了如下所述的一些信息
基本上我想知道我们如何确认一个特定的推送消息被传送到缩进的设备。我非常希望你对我的问题有所了解。
先谢谢, VishnuPrasad Kalathil。
答案 0 :(得分:2)
不,没有发送通知,并且根本无法保证发送APNS消息。
您唯一能做的就是将应用程序编程为在收到服务器消息后自行报告。
请参阅APNS https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html#//apple_ref/doc/uid/TP40008194-CH100-SW1