IOS notifications

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
andyh1234
Posts: 476
Joined: Mon Aug 13, 2007 4:44 pm
Contact:

IOS notifications

Post by andyh1234 » Mon Nov 18, 2024 11:15 pm

Is it possible to set IOS notifications through Livecode, I would like to set a notification to be shown at a certain time but cannot see that this is possible at the moment.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: IOS notifications

Post by jacque » Tue Nov 19, 2024 6:56 pm

See mobileCreateLocalNotification in the dictionary and also its related commands. If you search for "notifications" in the dictionary you'll see ways to get the notification details and how to cancel it. There are both local and server notifications, you'll probably want the local ones, they're easier to work with.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply