dougmcbride / Apple-SwiftPackage-KochavaTracker

Apple Swift-Package KochavaTracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apple-SwiftPackage-KochavaTracker

Releases

Apple Swift-Package KochavaTracker

The KochavaTracker swift package is an optional module within the Kochava SDK providing install attribution and analytics.

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

Built on

  • Xcode 12.4

Platforms

  • iOS 10.3
  • macOS 10.14
  • tvOS 10.2
  • watchOS 3.2

Dependencies

Integration

KochavaTracker is a Swift package. To install it, simply add this package as a dependency.

In Xcode, see File > Swift Packages > Add Package Dependency ... > and enter the URL for this package repository.

Kochava Apple SDK Integration

Author

Kochava, support@kochava.com

License

KochavaTracker 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

About

Apple Swift-Package KochavaTracker


Languages

Language:Objective-C 99.2%Language:Swift 0.8%