Say I have a local notification for a time-sensitive event, and would like to notify my user about it on iOS.
Is there a way to present a notification, and then after a certain amount of time, if the user has not viewed the notification to simply clear it? (i.e. set an expiration time or something of the sort on it)
If there is no way to do this with local notifications, is it possible with remote notifications?
答案 0 :(得分:0)
Nope, sorry, the system handles appearance and disappearance of notifications.