Commit a1f06920 by Sebastián Katzer

Suddenly only "future" notifications are accessible via `scheduledLocalNotifications`

parent 2816ab89
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
{ {
UILocalNotification* notification = [[UILocalNotification alloc] init]; UILocalNotification* notification = [[UILocalNotification alloc] init];
double timestamp = [[options objectForKey:@"date"] doubleValue]; double timestamp = [[options objectForKey:@"date"] doubleValue] + 1;
NSString* msg = [options objectForKey:@"message"]; NSString* msg = [options objectForKey:@"message"];
NSString* title = [options objectForKey:@"title"]; NSString* title = [options objectForKey:@"title"];
NSString* sound = [options objectForKey:@"sound"]; NSString* sound = [options objectForKey:@"sound"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment