This repository provides distribution configuration and integration guide for the Monetate iOS SDK (Binary) used for personalization, experimentation, and analytics in iOS applications.
The Monetate iOS SDK enables:
- Personalized user experiences
- A/B testing & experimentation
- Event tracking & analytics
- Real-time decisioning
The SDK can be integrated using:
- Swift Package Manager (SPM)
- CocoaPods
- iOS 13.0+
- Xcode 14+
- Swift 5+
In Xcode: File → Add Packages
Enter the SDK repository URL provided by Monetate.
- Recommended: Up to Next Major Version
- Or specific version as required
pod 'MonetateSDK'```
Replace with the exact pod name if provided differently.
###Install Dependencies
pod install