Mobile Measurement Plaform - iOS Swift SDK Beta Testing Program

Introducing AdShift iOS SDK

Hello Swift community! :waving_hand:

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.

Just to clarify - we're mainly looking for a partner who would be interested in testing the SDK in their app and giving us access to their platform/analytics dashboard. This would help us understand real-world usage patterns and improve the integration experience.

In return, you'll get full access to the AdShift platform during the beta period, direct support from our team, and the opportunity to influence the product roadmap based on your needs.

If you're running marketing campaigns or planning to, and would like to see how AdShift can help measure and optimize your performance, we'd love to work with you!