When I open the message center (by sliding it down from the top) I can see that each message is associated with “how long ago it arrived”. How to get that info?
I also have checked out and it seems that when I create a local notification with the repeatInterval the fireDate remains the same as in the original for all repetitions.
Thus I don’t know how to distinguish between the dates of each local notification since the popups are non-modal. Any suggestions?
Thanks.
Regards, Victor
When I open the message center (by sliding it down from the top) I
Share
I don’t believe the time of arrival is available to you. You can send additional details with the notification’s JSON though with a timestamp that you then read in your applicationDidLaunch:(NSNotification *) method.