Voip Pushkit notification will not re-launch the app if it was force-quitted and device was rebooted

懵懂的女人 提交于 2019-11-30 02:24:01

After I tested the app with an AdHoc provisioning profile (and installed it from iTunes), the Voip push notifications served through prod gateway.push.apple.com instead of gateway.sandbox.push.apple.com started waking up the force-quitted app after reboot.

The os is apparently handling development and production in a different manner.

Looking further into the APSD logs, I found that when using a development provisioning profile the following is printed out:

: XXXX-XX-XX XX:XX:XX +0300 apsd[97]:
These enabled topics have been removed {( "YOUR_BUNLE_IDENTIFIER" )}

This does not happen when using an adhoc provisioning profile.

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