gpt4 book ai didi

iphone - 预定的 UILocalNotification 数

转载 作者:可可西里 更新时间:2023-11-01 05:10:13 24 4
gpt4 key购买 nike

我正在使用 UILocalNotification,我已经在这个链接上阅读了关于它的苹果文档:

http://developer.apple.com/library/ios/#documentation/iphone/Reference/UILocalNotification_Class/Reference/Reference.html

但我的问题是我可以安排多少通知?...因为这里写了这个:

the system keeps the soonest firing 64 notifications (with automatically rescheduled notifications counting as a single notification) and discards the rest.

那么这几行是什么意思?...我是否可以安排超过 64 个通知?我不想同时触发 64,我只想安排超过 64 的通知...然后在触发时间触发它...

最佳答案

您可以安排 n 个通知,如果 n 大于 64,则只安排最快的通知,其余的将丢失。

根据 fireDate 属性,将触发 64 条通知。通知 fireDate 是否相同并不重要。

令人困惑的部分可能是:

(with automatically rescheduled notifications counting as a single notification)

如果您使用 repeatingInterval 属性,您可以使用 NSCalendarUnit 安排“超过”64 个通知。

处理超过 64 个预定通知可以通过创建您自己的通知队列来管理。我解释一下怎么做here.

关于iphone - 预定的 UILocalNotification 数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10388573/

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