ios8 - iOS 8 Local Notifications Expire -


After some time local notifications may end, say 5 minutes? The best I could do was to check the local notification and if any proceedings were "expired", but is there any way to remove it from an information center?

This is my check:

  - (zero) Application: (UIApplication *) Application Received Local Notification: (UILocalNotification *) Notification {BTLOG (@ "Notification: % @ ", Notification If ([[Date of NSDT] Time Interval Censor: Notification. FireDate) <300) {** Code **}}  

But as I said, I have notified I want to disappear from the notification history completely, it just stops the action and blocks it.

Thank you.


Comments

Popular posts from this blog

Active Directory Authenticated Proxy Server with Squid or CNTLM -

java - @PluginTarget(Node.class) not registering as neo4j plugin -

python - Calculate STD manually using Groupby Pandas DataFrame -