gpt4 book ai didi

swift - 处理推送通知负载数据

转载 作者:行者123 更新时间:2023-11-30 12:45:34 25 4
gpt4 key购买 nike

当应用程序处于前台和后台时如何处理推送通知。我收到以下有效负载数据。

func application(application: UIApplication, didReceiveRemoteNotification userInfo: [NSObject : AnyObject], fetchCompletionHandler successHandler: (UIBackgroundFetchResult) -> Void) {

    FIRMessaging.messaging().appDidReceiveMessage(userInfo)
print(userInfo)

//[title:push,body:hi,collapse_key:do_not_collapse,icon:icon,from:27]

}

如何处理此负载以获取通知?

最佳答案

您已收到通知。这取决于您想要执行什么操作。您可以解析有效负载并相应地处理数据。

如果您要求在应用程序“未运行”状态下处理通知。然后 iOS 自行处理通知以进行处理和显示,但格式应按照苹果定义。

关于swift - 处理推送通知负载数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41677505/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com