Skip to content

Releases: Pushwoosh/Pushwoosh-XCFramework

6.6.0

31 Jul 12:07
Compare
Choose a tag to compare

Changed

  • /getConfig API request is no longer used to send default events
  • Default app events are now collected automatically. To disable this behavior, add <key>Pushwoosh_ALLOW_COLLECTING_EVENTS</key> <false/> to your info.plist

6.5.14

05 Jul 08:38
Compare
Choose a tag to compare

Added

  • - (void)startLiveActivityWithToken:(NSString * _Nonnull)token activityId:(NSString * _Nullable)activityId;
    - (void)startLiveActivityWithToken:(NSString * _Nonnull)token activityId:(NSString * _Nullable)activityId completion:(void (^ _Nullable)(NSError * _Nullable error))completion; methods added.

6.5.13

28 Jun 11:42
Compare
Choose a tag to compare

Added

  • Plist Pushwoosh_LAZY_INITIALIZATION flag

6.5.12

05 Jun 10:30
Compare
Choose a tag to compare

Changed

  • The logic for calling the registerDevice method has been changed

6.5.11

07 May 17:36
Compare
Choose a tag to compare

Added

  • Push To Start Live Activities

Changed

  • Framework development target 11.0

6.5.10

17 Apr 11:52
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:16
Compare
Choose a tag to compare

Added

  • Plist Pushwoosh_PREHANDLE_URL_NOTIFICATIONS flag (used in plugins)

6.5.8

27 Feb 15:24
Compare
Choose a tag to compare

Changed

  • reworked application:didFinishLaunchingWithOptions: swizzling logics

6.5.7

17 Jan 08:23
Compare
Choose a tag to compare

Added

- (NSString * _Nonnull)getUserId; method added

6.5.6

20 Dec 09:52
Compare
Choose a tag to compare

Changed

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