v1.0.0
SpendOwl iOS SDK v1.0.0
First public release of the SpendOwl iOS SDK.
Features
- Apple Ads Attribution — Backend-driven attribution using AdServices
AAAttribution.attributionToken() - StoreKit 2 Purchase Tracking — Automatic transaction observation and receipt validation
- Privacy Manifest — Bundled
PrivacyInfo.xcprivacyfor App Store compliance - Persistent Event Queue — Automatic retry with exponential backoff for failed API calls
- Crash-Proof API — All public methods are designed to never crash your app
Requirements
- iOS 15.0+
- Swift 5.9+
- Xcode 15.0+
Installation
Swift Package Manager
https://github.com/SpendOwl/spendowl-ios.git
Add the package URL in Xcode via File → Add Package Dependencies, or add to your Package.swift:
dependencies: [
.package(url: "https://github.com/SpendOwl/spendowl-ios.git", from: "1.0.0")
]