Skip to content

Releases: Pushwoosh/pushwoosh-ios-sdk

6.5.12

05 Jun 10:23
Compare
Choose a tag to compare

Changed

  • The logic for calling the registerDevice method has been changed

6.5.11

07 May 17:28
Compare
Choose a tag to compare

Added

  • Push To Start Live Activities

Changed

  • Framework development target 11.0

6.5.10

17 Apr 11:47
Compare
Choose a tag to compare

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;

6.5.9

04 Mar 21:02
Compare
Choose a tag to compare

Added

  • Plist Pushwoosh_PREHANDLE_URL_NOTIFICATIONS flag (used in plugins)

6.5.8

27 Feb 15:14
Compare
Choose a tag to compare

Changed

  • reworked application:didFinishLaunchingWithOptions: swizzling logics

6.5.7

17 Jan 08:16
Compare
Choose a tag to compare

Added

- (NSString * _Nonnull)getUserId; method added

6.5.6

19 Dec 14:03
Compare
Choose a tag to compare

Changed

  • SDK can now receive failed rich medias sent from Customer Journey with the next postEvent call

6.5.5

27 Nov 09:56
Compare
Choose a tag to compare

Changed

  • Swizzling of application:didReceiveRemoteNotification:, application:didFinishLaunchingWithOptions:, application:didRegisterForRemoteNotificationsWithDeviceToken:, and application:didFailToRegisterForRemoteNotificationsWithError: methods

  • Pushwoosh SDK performance when utilizing Notification Service Extension

6.5.4

09 Oct 10:58
Compare
Choose a tag to compare

Fixed

  • Issue with XCFramework checksum calculation

6.5.3

13 Sep 10:04
Compare
Choose a tag to compare

Changed

  • Bitcode generation disabled for the Pushwoosh Inbox SDK target