Skip to content

6.5.10

Compare
Choose a tag to compare
@akidisdev akidisdev released this 17 Apr 11:59
· 14 commits to master since this release

Important

  • Default scheme for creating test devices via deep links was changed to pushwoosh-{}://createTestDevice. If you use the old scheme, please change it in your Info.plist file.

Added

  • - (void)registerForPushNotificationsWith:(NSDictionary * _Nonnull)tags; - (void)registerForPushNotificationsWith:(NSDictionary * _Nonnull)tags completion:(PushwooshRegistrationHandler _Nullable )completion; methods added
  • Added privacy manifests

Changed

  • The method signature has been changed - (void)handleNotificationRequest:(UNNotificationRequest *)request withAppGroups:(NSString * _Nonnull)appGroupsName contentHandler:(void (^ _Nonnull)(UNNotificationContent * _Nonnull))contentHandler;