gpt4 book ai didi

iphone - 合并具有相同 firedate 的 UILocalNotifications

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:54:04 26 4
gpt4 key购买 nike

有什么方法可以将同时触发的两个(或更多)UILocalNotifications 合并在一起。假设我有两个提醒在今天中午 12 点触发:

1) 洗碗2)买牛奶

我现在拥有的是(因为我已经安排了两个单独的计时器)两个单独的警报;一个叫我洗碗,一个叫我去买牛奶。

我试图实现的是一个提醒,告诉我既要洗碗又要买牛奶。

我读到过,对于像这样的任务,APNS 可能是更好的选择,但由于缺乏合适且稳定的服务器,并且为了尽可能降低复杂性,我正在研究这是否可以只需使用 UILocalNotifications 即可完成。

我想出的唯一解决方案是创建一些逻辑来检查是否有任何具有相同触发日期的通知,如果有,则将它们都删除并创建一个新的合并通知,其中包含来自这两个通知的信息。

有什么建议吗?

最佳答案

The only solution I have come up with is to create some logic that checks if there's any notifications with the same fire dates and if there is, removing them both and creating a new, merged notification with information from both.

这正是要走的路。实现起来应该也不是很困难。

关于iphone - 合并具有相同 firedate 的 UILocalNotifications,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8787028/

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