Releases: Pushwoosh/pushwoosh-ios-sdk
Releases · Pushwoosh/pushwoosh-ios-sdk
6.6.0
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
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
Added
- Plist Pushwoosh_LAZY_INITIALIZATION flag
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