Notification Repeat - Daily

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Tester2
Posts: 102
Joined: Wed May 18, 2011 7:02 pm

Notification Repeat - Daily

Post by Tester2 » Thu Jun 07, 2012 12:26 am

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

Tester2
Posts: 102
Joined: Wed May 18, 2011 7:02 pm

Re: Notification Repeat - Daily

Post by Tester2 » Fri Jun 08, 2012 12:40 am

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

Post Reply