标签: ios push-notification apple-push-notifications
我有一个运行在活动状态的应用程序。突然,我收到推送通知,应用程序如何收到有关通知的通知以及它如何处理?
答案 0 :(得分:0)
您可以在apple documentation中阅读此内容。
您需要在AppDelegate中使用didReceiveNotificationRequest:withContentHandler:。
didReceiveNotificationRequest:withContentHandler:
之后,您可以显示用户的通知。如果要在活动状态下显示通知,可以在应用程序中显示警报或使用系统横幅。