Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

2.11.3

Compare
Choose a tag to compare
@catt-stefano catt-stefano released this 09 May 11:15
· 9 commits to master since this release

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.