Releases: Pushwoosh/Pushwoosh-XCFramework
Releases · Pushwoosh/Pushwoosh-XCFramework
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
6.5.12
6.5.11
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;