Skip to content

6.7.3

Compare
Choose a tag to compare
@PushwooshCI PushwooshCI released this 18 Sep 13:21
· 10 commits to master since this release

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.