https://github.com/kochava/kochava-consent-ios-cocoapod
KochavaConsent iOS Module
https://github.com/kochava/kochava-consent-ios-cocoapod
tf
Last synced: 2 months ago
JSON representation
KochavaConsent iOS Module
- Host: GitHub
- URL: https://github.com/kochava/kochava-consent-ios-cocoapod
- Owner: Kochava
- License: other
- Created: 2020-01-15T16:06:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T00:39:14.000Z (over 2 years ago)
- Last Synced: 2025-08-05T07:43:17.225Z (2 months ago)
- Topics: tf
- Language: Objective-C
- Homepage:
- Size: 70 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KochavaConsentiOS
[](https://cocoapods.org/pods/KochavaConsentiOS)
[](https://github.com/Kochava/Apple-SwiftPackage-KochavaConsent/releases)
[](https://cocoapods.org/pods/KochavaConsentiOS)
[](https://cocoapods.org/pods/KochavaConsentiOS)
## Deprecation Notice
This module was deprecated on March 9th, 2023. Please contact support@kochava.com if you have any questions.
## KochavaConsent iOS Module
The KochavaConsent module of the Kochava Apple SDK provides consent management. This includes support for CCPA.
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
* [KochavaCore](https://cocoapods.org/pods/KochavaCoreiOS)
[](https://cocoapods.org/pods/KochavaCoreiOS) [](https://github.com/Kochava/Apple-SwiftPackage-KochavaCore/releases)
* [KochavaUI](https://cocoapods.org/pods/KochavaUIiOS)
[](https://cocoapods.org/pods/KochavaUIiOS) [](https://github.com/Kochava/Apple-SwiftPackage-KochavaUI/releases)## Installation
KochavaConsentiOS is available through [CocoaPods](https://cocoapods.org).
To install it, simply add the following line to your Podfile:```ruby
pod 'KochavaConsentiOS'
```## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Author
Kochava, support@kochava.com
## License
KochavaConsent is available under the [Kochava Terms of Service](https://www.kochava.com/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
```