Page 1 of 1

Notification Repeat - Daily

Posted: Thu Jun 07, 2012 12:26 am
by Tester2
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

Re: Notification Repeat - Daily

Posted: Fri Jun 08, 2012 12:40 am
by Tester2
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