How to Integrate the Device Data Collector into Mobile SDKs using iOS Universal Static Library

While not recommended, you can integrate the Device Data Collector (DDC) as a static library in your XCode project.

Integrating the Device Data Collector as a Static Library

  1. Download the kount-ios-sdk from GitHub, and then extract the contents.

  2. Place the KountDataCollectorUniversalLibrary folder from the SDK inside the folder structure of your iOS project.

  3. From the KountDataCollectorUniversalLibrary, copy libKountDataCollector.a and add it to your project.

  4. Add KountDataCollectorUniversalLibrary to header search paths.

  5. Go to Project Target > Build Settings > Header Search Paths.

  6. Add the Header Search Path as $(PROJECT_DIR)/KountDataCollectorUniversalLibrary.

Once you have added the KountDataCollectorUniversalLibrary to the project, continue to the second step (runtime implementation).

Was this article helpful?
0 out of 0 found this helpful