iOS IM App 在后台接收新消息时无法收到提醒
,我应该怎么办?我试图监控消息到达方法,并使用 NSLocalNotification 显示提醒。但是当我的应用程序在后台时,该方法不起作用。那么,怎么办?
Best Answer-推荐答案 strong>
您的应用无法在后台运行。您应该使用 APNs 来做到这一点。
https://developer.apple.com/library/mac/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html
关于ios - 当我的 IN 应用程序在后台时如何进行提醒,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/34737563/
|