UILocalNotification *notify = [[UILocalNotification alloc] init]; notify.fireDate = [NSDate dateWithTimeIntervalSinceNow:100]; notify.alertBody = @"test"; [[UIApplication sharedApplication] scheduleLocalNotification:notify]; NSLog(@"notifications: %@", application.scheduledLocalNotifications); notifications: ( "<UIConcreteLocalNotification: 0x7fb6d2105e80>{fire date = Thursday, September 11, 2014