Patch release adding Apple's required Privacy Manifest for SDKs.
What's new
- PrivacyInfo.xcprivacy — declares the SDK's data collection practices to Apple. Required for SDKs distributed to apps that ship on the App Store since May 2024. Without this file, consuming apps see warnings during App Store Connect submission.
- Tracking: false
- Tracking domains: none
- Required-reason API usage: none (token storage uses Keychain, not UserDefaults)
- Collected data types: email address, name, phone number, user ID, purchase history, coarse location — all for App Functionality, all linked to the user, none used for tracking
- GitHub Actions CI — runs
swift build+swift teston every push to main and on every pull request.
Upgrade
.package(url: "https://github.com/eSimplified/esimplified-ios-sdk.git", from: "1.0.3")Apps using Up to Next Major Version from 1.0.x will pick this up automatically on next package update.