Browse Source

Change to 5 days and not 10 seconds

Sebastián Katzer 11 years ago
parent
commit
4096d418a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ios/APPLocalNotification.m

+ 1 - 1
src/ios/APPLocalNotification.m

@@ -313,7 +313,7 @@ NSString *const kAPP_LOCALNOTIFICATION = @"APP_LOCALNOTIFICATION";
  */
  */
 - (void) onAppTerminate
 - (void) onAppTerminate
 {
 {
-    [self cancelAllNotificationsWhichAreOlderThen:10];
+    [self cancelAllNotificationsWhichAreOlderThen:432000];
 }
 }
 
 
 /**
 /**