Releases: Pushwoosh/pushwoosh-ios-sdk
Releases · Pushwoosh/pushwoosh-ios-sdk
6.5.12
Changed
- The logic for calling the registerDevice method has been changed
6.5.11
Added
- Push To Start Live Activities
Changed
- Framework development target 11.0
6.5.10
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
Added
- Plist Pushwoosh_PREHANDLE_URL_NOTIFICATIONS flag (used in plugins)
6.5.8
Changed
- reworked
application:didFinishLaunchingWithOptions:
swizzling logics
6.5.7
Added
- (NSString * _Nonnull)getUserId;
method added
6.5.6
Changed
- SDK can now receive failed rich medias sent from Customer Journey with the next postEvent call
6.5.5
Changed
-
Swizzling of
application:didReceiveRemoteNotification:
,application:didFinishLaunchingWithOptions:
,application:didRegisterForRemoteNotificationsWithDeviceToken:
, andapplication:didFailToRegisterForRemoteNotificationsWithError:
methods -
Pushwoosh SDK performance when utilizing Notification Service Extension
6.5.4
Fixed
- Issue with XCFramework checksum calculation
6.5.3
Changed
- Bitcode generation disabled for the Pushwoosh Inbox SDK target