iOS/iPhone/iPad/MacOSX/Android プログラミング, Objective-C, Cocoa, Swiftなど Notificationには、LocalとPushの二種類があって、前者は発生源が手元のアプリケーション、後者は発生源が外部という事のようだ。 Local Notificationの登録は、通知する日時を指定する方法と、直ぐに通知する方法の二通りがある。 通知する日時を指定する手順は以下のとおり。 - (IBAction)scheduleNotification:(id)sender { DBGMSG(@"%s", __func__); NSDate *today = [NSDate date]; UILocalNotification *localNotif = [[UILocalNotification alloc] init]; if (local