4.4.0
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
isDebugandendpointBaseUrl; both arguments are now ignored and will be removed
in a future version. Integrations should migrate toconfigure(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.