Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-08-2011, 01:47 AM   #1 (permalink)
***
 
huvan's Avatar
 
Join Date: May 2011
Location: Ho Chi Minh
Age: 25
Posts: 23
huvan is on a distinguished road
Question Problem with 2 UILocalNotification have same fire date

Dear all,
1/ I have some code as follow:
Code:
NSDateFormatter *df = [[NSDateFormatter alloc] init];
[df setDateFormat:@"yyyy-MM-dd HH:mm"];
NSDate *nd = [[NSDate date] dateByAddingTimeInterval:60];

// Push 2 notifications at the same time
UILocalNotification* alarm1 = [[UILocalNotification alloc] init];
alarm1.fireDate = nd;
...
[[UIApplication sharedApplication] scheduleLocalNotification:alarm];

UILocalNotification* alarm2 = [[UILocalNotification alloc] init];
alarm2.fireDate = nd;
...
[[UIApplication sharedApplication] scheduleLocalNotification:alarm];

- (void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification 
{
	NSLog(@"===didReceiveLocalNotification===");
}
2/ When i'm at home screen after 60 seconds, having 2 alert of notification show in sequence: alarm1, alarm2.
- And i press button view on dialog of alarm2 then my view application is show up and NSLog(@"===didReceiveLocalNotification==="); is excecuted.
- And dialog of alarm 1 is show up again and when i press button view on it then NSLog(@"===didReceiveLocalNotification==="); is not excecuted.

3/ Why is method didReceiveLocalNotification executed 1 time when i press 2 button views of 2 alerts?
__________________
Daniel
huvan is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 382
8 members and 374 guests
apatsufas, JackReidy, jeroenkeij, Sami Gh, tim0504, UMAD, yomo710
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,671
Threads: 94,121
Posts: 402,904
Top Poster: BrianSlick (7,990)
Welcome to our newest member, JackReidy
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 04:55 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0