i have use the single notification , and this is my code: this is for register the local notification>>>
func registerLocal() { let center = UNUserNotifi
Use a different request identifier for each notification (otherwise you only see the last notification). In the above example, ensure request identifier "UUID().uuidString" contains a unique value for each notification request.