调试 ios 带配置文件的推送套件

debugging ios push kit with profile

我在 ios 应用程序中使用 ios 推送工具包。一切正常,但有时在设备上接收推送失败。 如果我重新启动设备,一切正常。

在日志文件中我收到错误 "Failed sending message to client"。 现在我安装了这里给出的配置文件: https://developer.apple.com/library/ios/technotes/tn2265/_index.html#//apple_ref/doc/uid/DTS40010376-CH1-TNTAG24

虽然现在一切正常(因为重新启动),但我想知道这些警告是否与解决错误有关。 在工作条件下,我得到:

<Warning>: LaunchServices: no bundle found with identifier com.apple.apsd

apsd[81] <Error>: WiFi:[464088265.053899]: WiFiManagerClientDispatchAttachmentEvent: attached en0

apsd[81] <Notice>: 2015-09-16 11:24:28 +0200 apsd[81]: Unable to bootstrap_lookup connection port for 'com.apple.telephonyutilities.callservicesdaemon.voip.push.development': Unknown service name

<Notice>: 2015-09-16 11:24:33 +0200 apsd[81]: Unknown environment 'demo'

apsd[81] <Warning>: [Warning] Services all disappeared, removing all dependent devices

---

编辑: 发现这个有趣 link:

https://devforums.apple.com/thread/257354?start=50&tstart=0

由于没有人回答,我在这里继续了一个新话题:

Apple Push - didReceiveIncomingPushWithPayload not called - instead error: Failed sending message to client

没有找到解决这个问题的方法。 我决定改为使用标准 APNS 进行推送。