How to show multiple local notifications?
问题 I have an messaging app,I am using VoIP notifications to send acknowledgement to users. I am firing a local notification each time the PushKit delegate is called. The current scenario is that the previous notification gets removed and is replaced by a newer one. Is there a way to manage local notifications such that the user can see multiple notifications in their device? This is the code I have tried: let notificationContent = UNMutableNotificationContent() notificationContent.title = "Title