Silent push is not working when app is killed from app switcher in ios7

匿名 (未验证) 提交于 2019-12-03 08:28:06

问题:

I am trying to send my updated location to a server whenever I receive a push notification.

I am able to receive a push notification when I killed my app from switcher but my

application:didReceiveRemoteNotification:fetchCompletionHandler 

delegate method is not called.

I have spent five days resolving this issue without success. Please, if anybody has any idea about this that would be appreciated.

Thanks in advance!!

回答1:

Since ios7 apps which are killed from switcher do not receive push notifications. Documentation isn't clear about this, but apple support confirmed this. You can see the answer from apple support here: https://devforums.apple.com/message/925788#925788

another reference: https://devforums.apple.com/message/873265#873265



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