Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plaidev/karte-ios-sdk
KARTE SDK for iOS
https://github.com/plaidev/karte-ios-sdk
Last synced: about 1 month ago
JSON representation
KARTE SDK for iOS
- Host: GitHub
- URL: https://github.com/plaidev/karte-ios-sdk
- Owner: plaidev
- License: apache-2.0
- Created: 2019-09-13T02:56:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T09:21:43.000Z (4 months ago)
- Last Synced: 2024-10-28T15:24:07.982Z (about 2 months ago)
- Language: Swift
- Homepage: https://karte.io
- Size: 74.6 MB
- Stars: 15
- Watchers: 29
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/plaidev/karte-ios-dev/tree/develop.svg?style=shield&circle-token=5f3ac2eca27be274678628d8756814b959bdc0b1)](https://dl.circleci.com/status-badge/redirect/gh/plaidev/karte-ios-dev/tree/develop)
[![codecov](https://codecov.io/gh/plaidev/karte-ios-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/plaidev/karte-ios-sdk)
[![License](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/plaidev/karte-ios-sdk/blob/master/LICENSE)KARTE is a real-time user analytics & action tool.
This repository holds the source code for the iOS version of KARTE SDK.## Getting Started
Please see the detailed instructions in our docs to add [KARTE iOS SDK](https://developers.karte.io/docs/ios-sdk-v2) to your Xcode project.## Documentation
The developer guide is located at
- [Developer Portal - KARTE iOS SDK](https://developers.karte.io/docs/ios-sdk-v2)The API references are located at
- [KarteCore](https://plaidev.github.io/karte-sdk-docs/ios/latest/KarteCore/index.html)
- [KarteInAppMessaging](https://plaidev.github.io/karte-sdk-docs/ios/latest/KarteInAppMessaging/index.html)
- [KarteRemoteNotification](https://plaidev.github.io/karte-sdk-docs/ios/latest/KarteRemoteNotification/index.html)
- [KarteVariables](https://plaidev.github.io/karte-sdk-docs/ios/latest/KarteVariables/index.html)
- [KarteVisualTracking](https://plaidev.github.io/karte-sdk-docs/ios/latest/KarteVisualTracking/index.html)
- [KarteCrashReporting](https://plaidev.github.io/karte-sdk-docs/ios/latest/KarteCrashReporting/index.html)## Getting Help
- **Have a bug to report?**
[Open a GitHub issue](https://github.com/plaidev/karte-ios-sdk/issues/new?assignees=&labels=&template=bug_report.md). If possible, include the OS version, SDK version and full logs.
- **Have a feature request?**
[Open a GitHub issue](https://github.com/plaidev/karte-ios-sdk/issues/new?assignees=&labels=&template=feature_request.md). Tell us what the feature should do and why you want the feature.## Contributing
Please follow our guidelines.
- [Contribution Guideline](https://github.com/plaidev/karte-ios-sdk/blob/master/CONTRIBUTING.md)
- [Code of Conduct](https://github.com/plaidev/karte-ios-sdk/blob/master/CODE_OF_CONDUCT.md)## License
KARTE iOS SDK is published under the Apache 2.0 License.Your use of KARTE is governed by the [KARTE Terms of Use](https://karte.io/legal/terms-of-use-en.html).