myTracker — free mobile analytics for iOS and Android platforms. Get connected to know everything about your apps, audience and advertising campaigns.
Installation
-
Do the next steps:
- Open your project in XCode
- Use menu to open Swift Package Manager
- File -> Swift Packages -> Add Package Dependency...
- Use the repository URL to add MyTrackerSDK as a dependency with a required version
- Also you have to add dependencies manually:
- AdSupport
- SystemConfiguration
- CoreTelephony
- CoreData
- UIKit
- iAd
- StoreKit
- CoreMotion
-
Add the following line to your Podfile:
pod 'myTrackerSDK'
Run
pod install
Integration instructions are available on our website.
Demo-app with examples of integration available in myTrackerDemo folder.
iOS 9.0