gpt4 book ai didi

ios - 推送通知列表

转载 作者:行者123 更新时间:2023-11-28 18:28:49 25 4
gpt4 key购买 nike

我可以从 native 通知中心应用程序获取我的应用程序推送通知列表吗?当我的应用程序启动时,我想显示在我的应用程序未运行时收到的通知。

最佳答案

实际上您可以使用 iOS 10 获取通知列表

为此,您在 UNUserNotificationCenter 中有方法

// Notifications that have been delivered and remain in Notification Center. 
open func getDeliveredNotifications(completionHandler: @escaping ([UNNotification]) -> Swift.Void)

然后这样做

UNUserNotificationCenter.current().getDeliveredNotifications(completionHandler: { (notifications) in
// do what you whant with the notifications array
})

关于ios - 推送通知列表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41714415/

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