Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kochava/ios-staticlibrary-kochavaui
iOS Static-Library KochavaUI
https://github.com/kochava/ios-staticlibrary-kochavaui
apple interface ios kochava kochavaui library module sdk static tf ui user
Last synced: 19 days ago
JSON representation
iOS Static-Library KochavaUI
- Host: GitHub
- URL: https://github.com/kochava/ios-staticlibrary-kochavaui
- Owner: Kochava
- Created: 2021-02-09T20:35:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T00:45:17.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T13:35:07.194Z (3 months ago)
- Topics: apple, interface, ios, kochava, kochavaui, library, module, sdk, static, tf, ui, user
- Language: Objective-C
- Homepage:
- Size: 4.33 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iOS-StaticLibrary-KochavaUI
[![Releases](https://img.shields.io/github/v/release/kochava/iOS-StaticLibrary-KochavaUI?include_prereleases&sort=semver)](https://github.com/Kochava/iOS-StaticLibrary-KochavaUI/releases)
## Deprecation Advisory
This module was deprecated on March 9th, 2023. With the release of version 6.1.1 of the Kochava Apple SDK, the transition from Objective-C to Swift was complete, and we discontinued all static library products in favor of xcframeworks. Please contact [email protected] if you have any questions. The link to the equivalent product as a Swift Package which contains the equivalent xcframework is listed below:
[https://github.com/Kochava/Apple-SwiftPackage-KochavaUI](https://github.com/Kochava/Apple-SwiftPackage-KochavaUI)
## KochavaUI
The KochavaUI swift package is an optional module within the Kochava SDK providing user interface support.
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
## Dependencies
* [KochavaCore](https://github.com/Kochava/iOS-StaticLibrary-KochavaCore) [![Download](https://img.shields.io/github/v/release/kochava/iOS-StaticLibrary-KochavaCore?include_prereleases&sort=semver)](https://github.com/Kochava/iOS-StaticLibrary-KochavaCore/releases)
## Integration
[Kochava Apple SDK Integration](https://support.kochava.com/sdk-integration/sdk-kochavatracker-ios)
## Author
Kochava, [email protected]
## License
KochavaUI is available under the Kochava 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
```