I know there must be a way to set a local notification to repeat daily.
Is there some parameter to set for this? Maybe when I create the mobileCreateLocalNotification?
Thanks so much!
-Tester2
Notification Repeat - Daily
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Notification Repeat - Daily
I found out I can probably accomplish a "daily repeat" by creating a new notification during the "on localNotificationReceived tAlertMessage", and setting the "tNotificationTime" to 86,400 seconds (a day) in the future.
However, to do this I need to be able to replicate the current notification's pieces (title, body, etc.) into my new future notification.
Does anyone know how to properly use the "mobileGetRegisteredNotifications()" function to return the title, body, etc.
I looked at the Dictionary, Forums, and iOS Release Notes, but I'm still having problems getting it to work.
Thanks so much!
-Tester2
However, to do this I need to be able to replicate the current notification's pieces (title, body, etc.) into my new future notification.
Does anyone know how to properly use the "mobileGetRegisteredNotifications()" function to return the title, body, etc.
I looked at the Dictionary, Forums, and iOS Release Notes, but I'm still having problems getting it to work.
Thanks so much!
-Tester2