Skip to content

4.4.0

Choose a tag to compare

@tomredlev-as tomredlev-as released this 17 Jul 05:38
· 5 commits to main since this release

Changelog

[4.4.0] - 2026-07-17

Added

  • Added Mac Catalyst support to the prebuilt XCFramework.

Changed

  • Improved install detection and attribution reliability.
  • Improved Swift Package Manager resolution: installations now download the prebuilt XCFramework
    directly from the GitHub release asset instead of cloning the complete source repository.
  • Deprecated isDebug and endpointBaseUrl; both arguments are now ignored and will be removed
    in a future version. Integrations should migrate to configure(apiKey:logLevel:customerUserId:).

Fixed

  • Improved SDK behavior during initialization and temporary connectivity failures.

Removed

  • Removed the test-only AppstackAttributionSdk.setInstallDateForTesting(_:) API.

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/appstack-tech/ios-appstack-sdk.git", from: "4.4.0")
]

XCFramework

Download AppstackSDK.xcframework.zip from the assets below and add it to your project.