Hi
Is there any way to update delivered user notification with updated APNS push as it can be done with local notification providing updated UNNotification with the same identifier?
Steps are:
Thanks in advance!
Is there any way to update delivered user notification with updated APNS push as it can be done with local notification providing updated UNNotification with the same identifier?
Steps are:
iOS device receives APNS push with alert to be presented.
iOS presents user notification with provided alert.
Later the device receives another APNS push with different alert to be presented.
iOS presents not as second user notification, but updates already presented one and user sees a single notification with new alert payload
Thanks in advance!