6.7.3
Important
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.