ios - Can I update an existing Push Notification in Background? -


i read , saw can't remove notification, update notification, can i?

you can remove notifications delivered notification centre, cannot modify them.

let nc = unusernotificationcenter.current() nc.removealldeliverednotifications() //use if want remove delivered notifications nc.removedeliverednotifications(withidentifiers: [string]) //use if want remove specific delivered notifications 

Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -