我有以下情况:


iPhoneA和iPhoneB:Sinch客户端初始化为启用了消息支持并启用了推送支持
iPhoneA的应用已关闭
iPhoneB向iPhoneA发送一条消息。
iPhoneA正确接收到通知(出现横幅)。因此,iPhoneA通过图标打开应用。


如何检测和捕获收到的通知?

谢谢

最佳答案

Apple文档的Handling Local and Remote Notifications下都有介绍

https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/IPhoneOSClientImp.html

Sinch文档中还有一些有关如何将您传递给Sinch的对象的内容:

https://www.sinch.com/tutorials/ios-instant-messaging-using-sinchservice/#4.%20push%20with%20sinchservice

10-07 21:24