I am fetching some data in the background on a time interval. so the data that comes may be minutes old. I want to display the real time in a local "UserNotifications" of the data (ex: 2 minutes ago) not "Now".
I wonder if it's possible.
Thank you
I am fetching some data in the background on a time interval. so the data that comes may be minutes old. I want to display the real time in a local "UserNotifications" of the data (ex: 2 minutes ago) not "Now".
I wonder if it's possible.
Thank you
No, it is not possible to change this date. iOS always shows the date the notification itself was posted.
If you want the post notifications in real time, you either have to increase the polling frequency, or use push notifications.