简体   繁体   English

如何在ios中一起使用本地通知和推送通知?

[英]can I use local notification and push notification together in ios?

在我的应用中,是否可以在iOS中同时使用本地通知和推送通知?

The short answer to your question is yes. 您问题的简短答案是肯定的。 You can use both in iOS app. 您可以在iOS应用中同时使用两者。 Here is a link to WWDC video's: https://developer.apple.com/videos/wwdc/2011/?id=517 这是WWDC视频的链接: https : //developer.apple.com/videos/wwdc/2011/? id =517

And here is the doc's with sample codes: https://developer.apple.com/library/ios/ipad/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingWIthAPS/CommunicatingWIthAPS.html 这是带有示例代码的文档: https : //developer.apple.com/library/ios/ipad/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingWIthAPS/CommunicatingWIthAPS.html

是的,您可以在同一应用程序中使用本地以及推送通知。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM