ios - 当我的 IN 应用程序在后台时如何进行提醒
<p><p>iOS IM App 在后台接收新消息时无法收到提醒
,我应该怎么办?我试图监控消息到达方法,并使用 NSLocalNotification 显示提醒。但是当我的应用程序在后台时,该方法不起作用。那么,怎么办?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您的应用无法在后台运行。您应该使用 APNs 来做到这一点。
<a href="https://developer.apple.com/library/mac/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html" rel="noreferrer noopener nofollow">https://developer.apple.com/library/mac/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/ApplePushService.html</a> </p></p>
<p style="font-size: 20px;">关于ios - 当我的 IN 应用程序在后台时如何进行提醒,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/34737563/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/34737563/
</a>
</p>
页:
[1]