gpt4 book ai didi

ios - 如何为 UILocalNotification 设置过期时间?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:25:09 25 4
gpt4 key购买 nike

我想显示一个 UILocalNotification,但它只会在 24 小时内有效。在 24 小时结束时,我希望通知“过期”;即:用户无法再看到过时的通知。我该怎么做?

最佳答案

要取消已发送的通知,请使用

UNUserNotificationCenter.current().removeDeliveredNotifications(withIdentifiers: ["myidentifier"])

UNUserNotificationCenter.current().removeAllDeliveredNotifications()

此答案中的示例代码:https://stackoverflow.com/a/45218609/2650588

关于ios - 如何为 UILocalNotification 设置过期时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7957502/

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