This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
2.11.3
API Breaking Changes
- None.
Enhancements
- Renamed method for clearer intent.
From
public func processRecipeFrom(_ response: UNNotificationResponse, completion: ((NITReactionBundle?, NITTrackingInfo?, Error?) -> Void)?) -> Bool
To
public func getContentFrom(_ response: UNNotificationResponse, completion: ((NITReactionBundle?, NITTrackingInfo?, Error?) -> Void)?) -> Bool
- Added method for faster integration:
public func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void)
Bugfixes
- Fix XCode warnings for Obj-C pointer nullability information.
- Fix diacritics char handling.