Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kochava/apple-swiftpackage-kochavalocation
Apple Swift-Package KochavaLocation
https://github.com/kochava/apple-swiftpackage-kochavalocation
apple ios kochava kochavalocation location macos module package sdk swift tf tvos watchos
Last synced: 5 days ago
JSON representation
Apple Swift-Package KochavaLocation
- Host: GitHub
- URL: https://github.com/kochava/apple-swiftpackage-kochavalocation
- Owner: Kochava
- Created: 2020-09-02T22:25:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T20:34:41.000Z (over 2 years ago)
- Last Synced: 2023-02-27T20:42:45.373Z (over 1 year ago)
- Topics: apple, ios, kochava, kochavalocation, location, macos, module, package, sdk, swift, tf, tvos, watchos
- Language: Objective-C
- Homepage:
- Size: 10.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apple-SwiftPackage-KochavaLocation
[![Releases](https://img.shields.io/github/v/release/kochava/Apple-SwiftPackage-KochavaLocation?include_prereleases&sort=semver)](https://github.com/Kochava/Apple-SwiftPackage-KochavaLocation/releases)
## Deprecation Notice
This module was deprecated on March 9th, 2023. Please contact [email protected] if you have any questions.
## KochavaLocation
The KochavaLocation swift package is an optional module within the Kochava SDK providing geofence engagement and geolocation tracking.
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
* [KochavaCore](https://github.com/Kochava/Apple-SwiftPackage-KochavaCore) [![Download](https://img.shields.io/github/v/release/kochava/Apple-SwiftPackage-KochavaCore?include_prereleases&sort=semver)](https://github.com/Kochava/Apple-SwiftPackage-KochavaCore/releases)
## Integration
KochavaLocation 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](https://support.kochava.com/sdk-integration/sdk-kochavatracker-ios)
## Author
Kochava, [email protected]
## License
KochavaLocation 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
```