Skip to content

Releases: Pushwoosh/PushwooshGeozones-XCFramework

6.7.5

07 Oct 17:29
Compare
Choose a tag to compare

Added

  • New Modal Rich Media functionality.

6.7.4

21 Sep 09:07
0dcd28a
Compare
Choose a tag to compare

Fixed

  • Resolved swizzling conflicts affecting plugins

6.7.3

18 Sep 14:34
Compare
Choose a tag to compare

Important

⚠️⚠️⚠️ IMPORTANT: In this release, we have renamed the module from Pushwoosh to PushwooshFramework. Now, you need to import the module using import PushwooshFramework (for Swift) and #import <PushwooshFramework/PushwooshFramework.h> (for Objective-C). ⚠️⚠️⚠️

Added

  • Added the method public static func setup<Attributes: PushwooshLiveActivityAttributes>(_ activityType: Attributes.Type) to work with Live Activities.

  • Added the ability to pass an Activity ID in the API request.

6.6.1

21 Aug 15:05
Compare
Choose a tag to compare

Important

  • All API requests are now sent with Authorization header. Setting the Authorization token is now a mandatory part of SDK integration. To set your API token, add PW_API_TOKEN meta-data to your info.plist.

Added

  • Added the actionIdentifier property to the onMessageOpened callback.

6.6.0

31 Jul 12:08
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:40
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:45
Compare
Choose a tag to compare

Added

  • Plist Pushwoosh_LAZY_INITIALIZATION flag

6.5.12

05 Jun 10:31
Compare
Choose a tag to compare

Changed

  • The logic for calling the registerDevice method has been changed

6.5.11

07 May 17:38
Compare
Choose a tag to compare

Added

  • Push To Start Live Activities

Changed

  • Framework development target 11.0

6.5.10

17 Apr 11:59
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;