uilocalnotification

uilocalnotification

文章 0 浏览 4

UILocalNotifications 在模拟器中播放声音,但不在设备上播放声音

我只是想将 UILocalNotification 包含到我最新的应用程序中。一切都很好,但声音达不到我想要的效果。 我添加了一个名为“Electro.caf”的铃声,该声…

忆梦 2024-11-09 05:20:12 7 0

按主页按钮,我应该使用哪种 AppDelegate 方法来安排本地通知

我想在用户点击主页按钮后立即安排本地通知。 在这种情况下我应该使用哪种应用程序委托方法: applicationWillResignActive applicationDidEnterBackg…

儭儭莪哋寶赑 2024-11-09 03:45:42 4 0

UILocalNotification 最大差异

在 Apple 的本地和推送通知编程指南中,它说: 设备上的每个应用程序都是 仅限于最快发射的64 预定的本地通知。这 操作系统丢弃 超过此限制的通知。 …

一影成城 2024-11-08 17:05:53 6 0

iPhone 睡眠模式下的 UILocalNotification

我正在开发一个 VoIP 应用程序。 当我按下锁定按钮(应用程序进入睡眠状态)并且服务器发送请求时,我会显示本地通知。 本地通知按其应有的方式显示,…

℡寂寞咖啡 2024-11-08 04:40:59 6 0

在本地通知后呈现 UIViewController

在 application:didFinishLaunchingWithOptions: 中,我初始化了 UINavigationController。后来,我将 UINavigationController 添加到窗口: [self.wi…

三人与歌 2024-11-07 13:16:50 8 0

UILocalNotification 中的非固定重复间隔

几周来我一直在为这个问题绞尽脑汁。 如果我将 UILocalNotification 的 repeatInterval 属性设置为非固定间隔,会发生什么情况? (非固定是指诸如 NS…

挽容 2024-11-06 22:09:19 3 0

iPhone:通过本地通知增加应用程序徽章

当应用程序未运行时,是否可以通过本地通知增加应用程序徽章? 我知道如何设置徽章,但还没有找到任何方法来增加这个值。 localNotification.applicat…

夏日浅笑〃 2024-11-06 05:58:03 8 0

如何自定义 UILocalNotification? iPhone XCode

我如何自定义 UILocalNotification 以便它可以采用两个整数变量。我尝试将 UILocalNotificaion 继承到一个类,但当我访问我添加的两个整数之一时,它…

空宴 2024-11-06 00:13:59 4 0

在一周中的某些日子重复 UILocalNotification

我想将 UILocalNotification 的重复间隔自定义为一周中的某些天。我还没有找到任何关于这方面的信息。 如何设置一周中某些日子的通知重复间隔,例如在…

毅然前行 2024-11-05 15:07:01 5 0

iPhone - 从 UILocalNotification 获取剩余时间

我想知道是否有办法从先前设置的本地通知中获取剩余时间。 假设我做了这样的事情: //Creating Notification UILocalNotification *localNotif = [[UI…

待"谢繁草 2024-11-04 21:01:09 5 0

iPhone - UILocalNotification fireDate 问题

我正在尝试从已设置的通知中获取 fireDate 这是我的代码: NSArray *notificationArray = [[NSArray alloc] initWithObjects:[[UIApplication sharedA…

悲念泪 2024-11-04 14:11:37 7 0

UILocalNotification 的自定义重复间隔

我尝试了 Re.minder 应用 并注意到它可以按自定义间隔重复提醒(例如每 3 分钟、每 2 小时、每 4 天……)。 我怎样才能做到这一点?…

天邊彩虹 2024-11-03 03:28:18 3 0

UILocalNotification AlertLaunchImage 不起作用

我正在尝试将 UILocalNotification 的 alertLaunchImage 属性设置为 @"Default.png"。它仅在应用程序从后台返回时起作用,但在应用程序从锁定屏幕返回…

北城孤痞 2024-11-02 22:00:23 6 0

传递 kCFCalendarUnitWeekday 的值

我想在特定的一天设置闹钟。我不明白如何设置 kCFCalendarUnitWeekday 的值。这是我的代码: NSDateComponents *components = [[NSDateComponents all…

轻拂→两袖风尘 2024-11-02 05:18:40 5 0

如何在特定日期设置闹钟并每周重复重新安排

UILocalNotification *localNotif = [[UILocalNotification alloc] init]; if (localNotif == nil) return; localNotif.fireDate = selected; localNo…

独自唱情﹋歌 2024-11-01 17:24:46 5 0
更多

推荐作者

Promise

文章 0 评论 0

qq_lbRlsh

文章 0 评论 0

待"谢繁草

文章 0 评论 0

yy2010hell

文章 0 评论 0

漫无边际

文章 0 评论 0

傲娇萝莉攻

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文