Page 1 of 1

IOS notifications

Posted: Mon Nov 18, 2024 11:15 pm
by andyh1234
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.

Re: IOS notifications

Posted: Tue Nov 19, 2024 6:56 pm
by jacque
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.