Introducing AdShift iOS SDK
Hello Swift community! ![]()
We're excited to announce AdShift iOS SDK - a Swift-native Mobile Measurement Platform (MMP) SDK for iOS developers. The SDK is now available via Swift Package Manager and we're inviting the Swift community to try it out.
What is AdShift?
AdShift is a Mobile Measurement Platform that helps app developers:
- Track app installs and attribute them to marketing campaigns
- Measure in-app events (purchases, subscriptions, user actions)
- Handle deep linking and deferred deep linking
- Support SKAN 4.0+ (StoreKit Ad Network) for privacy-compliant attribution
- Integrate with advertising partners via postbacks
The iOS SDK provides a native Swift API designed with modern Swift features in mind, including async/await support and Swift concurrency.
Technical Details
- Language: Swift 5.7+
- Platform: iOS 15.0+
- Distribution: Swift Package Manager (SPM)
- Privacy: ATT-compliant, GDPR/TCF 2.2 support
Quick Integration
```swift
import AdshiftSDK
// Configure
Adshift.shared.apiKey = "YOUR_API_KEY"
Adshift.shared.isDebug = true
// Start tracking
Task {
await Adshift.shared.start()
}
```
Getting Started
The SDK is available via Swift Package Manager:
```swift
dependencies: [
.package(url: "https://github.com/AdShift/ios-sdk", from: "1.0.0")
]
```
Or add it directly in Xcode: File → Add Package Dependencies...
Beta Testing Program
We're currently running a beta testing program and would welcome feedback from the Swift community. If you're interested in trying out the SDK, AdShift platform and providing feedback, please reply to this thread. We'll provide API keys, documentation, and direct support.
Resources
- GitHub: GitHub - AdShift/ios-sdk: AdShift Apple SDK
- Documentation: Adshift | Dashboard
- Website: https://adshift.com
Questions?
Feel free to ask questions about the SDK, integration process, or technical details. We're happy to help!
Cotact: kacper.wozniak@adshift.com
---
About AdShift: AdShift is a Mobile Measurement Platform built with modern Swift, designed to help iOS developers measure and optimize their marketing campaigns. The SDK is privacy-compliant, supporting App Tracking Transparency (ATT) and GDPR/TCF 2.2.