Entracer tracking library for iOS (Swift) makes it easier to integrate Entracer API into your iOS application.
You may integrate Entracer framework via Cocoapods or manually using following steps.
Entracer supports CocoaPods
for easy installation. Add following line to your pod file.
pod 'Entracer'
Entracer also supports Carthage
installation. Add following line to your cartfile.
github "Entracer/entracer-ios"
We always recommend integrating our SDK via CocoaPods. But in case when required use following steps to integrate Entracer framework manually.
- Drag the Entracer.xcodeproj into your XCode project.
- Under General tab of your XCode project, add the Entracer framework as an embedded binary.