Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kochava/tvos-staticlibrary-kochavaconsent
tvOS Static-Library KochavaConsent
https://github.com/kochava/tvos-staticlibrary-kochavaconsent
apple consent kochava kochavaconsent library module sdk static tf tvos
Last synced: 6 days ago
JSON representation
tvOS Static-Library KochavaConsent
- Host: GitHub
- URL: https://github.com/kochava/tvos-staticlibrary-kochavaconsent
- Owner: Kochava
- Created: 2021-02-09T20:37:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T20:28:20.000Z (over 2 years ago)
- Last Synced: 2023-02-27T20:42:46.457Z (over 1 year ago)
- Topics: apple, consent, kochava, kochavaconsent, library, module, sdk, static, tf, tvos
- Language: Objective-C
- Homepage:
- Size: 6.17 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tvOS-StaticLibrary-KochavaConsent
[![Releases](https://img.shields.io/github/v/release/kochava/tvOS-StaticLibrary-KochavaConsent?include_prereleases&sort=semver)](https://github.com/Kochava/tvOS-StaticLibrary-KochavaConsent/releases)
## Deprecation Notice
This module was deprecated on March 9th, 2023. Please contact [email protected] if you have any questions.
## KochavaConsent
The KochavaConsent module is an optional module within the Kochava SDK providing management of user consent. This includes support for CCPA and GDPR.
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
* tvOS 10.2
For a typical Kochava Consent integration, you need only include the Core and Consent modules. Other modules may be added depending on your needs.
## Dependencies
* [KochavaCore](https://github.com/Kochava/tvOS-StaticLibrary-KochavaCore) [![Download](https://img.shields.io/github/v/release/kochava/tvOS-StaticLibrary-KochavaCore?include_prereleases&sort=semver)](https://github.com/Kochava/tvOS-StaticLibrary-KochavaCore/releases)
* [KochavaUI](https://github.com/Kochava/tvOS-StaticLibrary-KochavaUI) [![Download](https://img.shields.io/github/v/release/kochava/tvOS-StaticLibrary-KochavaUI?include_prereleases&sort=semver)](https://github.com/Kochava/tvOS-StaticLibrary-KochavaUI/releases)## Integration
[Kochava Apple SDK Integration](https://support.kochava.com/sdk-integration/sdk-kochavatracker-ios)
## Author
Kochava, [email protected]
## License
KochavaConsent is available under the [Kochava Terms of Service](https://www.kochava.com/terms-of-service/).
## 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
```