Retrieving local notifications/details

Moderators: LCNeil, heatherlaine, kevinmiller, elanorb

Post Reply
newtronsols
Posts: 192
Joined: Tue Mar 11, 2014 12:57 pm

Retrieving local notifications/details

Post by newtronsols » Sat May 10, 2014 1:50 pm

I know how to save a local notification but I'm struggling with retrieving them again with their details. using mobileGetNotificationDetails(notificationID) Do I need to save the notificationID of the local notification at the time of creating?

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: Retrieving local notifications/details

Post by LCNeil » Mon May 12, 2014 11:43 am

Hi newtronsols,

Saving a notification at time of creating is what you would need to do. When you create a local notification, the ID is returned by the "result" function. You would then store this (e.g variable, custom property, text file) and then extract the values when required.

Kind Regards,


Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
——

Post Reply

Return to “idea2app and Coding School”