我想在通知栏中清除我的本地通知.为了实现这一点,我想使用静默推送通知.所以我想确认设备何时收到它以及我可以用它做什么?
apple-push-notifications ios
我正在开发一个需要ios9下的可靠推送消息(如任何voip)的应用程序.在这里它说,使用IOS8 +应该使用apns(registerForRemoteNotifications):
https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplication_Class/index.html#//apple_ref/occ/instm/UIApplication/setKeepAliveTimeout:handler:
在Optimize VOIP Apps文档中,首选Pushkit:
https://developer.apple.com/library/ios/documentation/Performance/Conceptual/EnergyGuide-iOS/OptimizeVoIP.html#//apple_ref/doc/uid/TP40015243-CH30-SW1
有没有人对此有所了解?或者他们在后台运行相同的代码?
optimization sdk voip apple-push-notifications ios
apple-push-notifications ×2
ios ×2
optimization ×1
sdk ×1
voip ×1