本地通知自定义时间间隔

时间:2010-06-23 22:09:39

标签: iphone objective-c xcode ipad

我正在尝试为日历式应用程序实现本地通知,并且我已经遇到了提醒间隔的障碍。本地通知似乎只将NSCalendarUnit常量作为重复间隔(请参阅http://developer.apple.com/iphone/library/documentation/iPhone/Reference/UILocalNotification_Class/Reference/Reference.html#//apple_ref/occ/instp/UILocalNotification/repeatInterval),而不是典型的NSTimeInterval值。

如果我仅限于NSCalendarUnit常量(在此处列出http://developer.apple.com/iphone/library/documentation/Cocoa/Reference/Foundation/Classes/NSCalendar_Class/Reference/NSCalendar.html#//apple_ref/doc/c_ref/NSCalendarUnit),那么我正在尝试开发的应用程序将受到严格限制。有没有办法在本地通知中设置自定义时间间隔?

1 个答案:

答案 0 :(得分:0)

您必须按时间范围安排多个LocalNotifications,直到他们修复该错误。我很确定我看到有人将其作为Apple开发者论坛中的错误提交