KochavaAdNetworkiOS 5.1.1

KochavaAdNetworkiOS 5.1.1

Maintained by John Bushnell.



  • By
  • Kochava

KochavaAdNetworkiOS

Version Releases License Platform

KochavaAdNetwork iOS Module

The KochavaAdNetwork module is an optional module within the Kochava SDK providing advertising network support, and is a high-level interface to Apple's SKAdNetwork.

The Kochava SDK is a lightweight and easy to integrate SDK written in Objective-C, providing first-class integration with Kochava’s industry leading mobile attribution and analytics platform.

Built on

  • Xcode 12.4

Requirements

  • iOS 10.3

Dependencies

Installation

KochavaAdNetworkiOS is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'KochavaAdNetworkiOS'

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Author

Kochava, [email protected]

License

KochavaAdNetwork is available under the Kochava Terms of Service. See the LICENSE file for more info.

Default Branch

As of October 1, 2020, github.com uses the branch name ‘main’ when creating the initial default branch for all new repositories. In order to minimize any customizations in our github usage and to support consistent naming conventions, we have made the decision to rename the ‘master’ branch to be called ‘main’ in all Kochava’s github repos.

For local copies of the repo, the following steps will update to the new default branch:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a