views:

24

answers:

1

Hi, I have made a birthday reminder application using localNotification.
It read the contacts from AddressBook & find out birthday list of that day(today).
i am repeating this app everyday using localNotification.repeatinterval(NSDayCalenderUnit). It's working fine for me.
when i got a notification very 1st time it's badge no is 1(no problem),but if i close the notification.
& let the app is running in background & i got one other notification on next day.(then it's badge no should be 2).
so please help me by guiding how will i increase this badge no. count when i close the notification while my app is running in background.

I don't know when app is running in background through localNotification.repeatinterval which of the method if fired.

I am new one in iphone development.(just one month)
so extremely sorry for anything wrong. please help me for the above.
Thanks a lot.