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
Post a Comment