Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-acoustic/eocore
iOS EOCore library repo
https://github.com/go-acoustic/eocore
analytics carthage cocoapods ios sdk tealeaf
Last synced: about 2 months ago
JSON representation
iOS EOCore library repo
- Host: GitHub
- URL: https://github.com/go-acoustic/eocore
- Owner: go-acoustic
- Created: 2017-11-08T06:17:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T18:42:46.000Z (3 months ago)
- Last Synced: 2024-10-31T15:31:34.861Z (2 months ago)
- Topics: analytics, carthage, cocoapods, ios, sdk, tealeaf
- Language: Ruby
- Homepage:
- Size: 256 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: Licenses/License
Awesome Lists containing this project
README
# EOCore
EOCore is a shared utility library used by Acoustic's DigitalAnalytics and Tealeaf iOS SDKs.
## Getting Started
### Prerequisites
You need to have recent cocoapods version installed on your Mac OS. Current version is 1.10.0. Please refer to cocoapods website for the details.
### Installing
You do not need to use EOCore directly. Tealeaf and DigitalAnalytics dependencies are set in such a way that appropriate version of EOCore library will be automatically downloaded and integrated into your iOS project when you refer to those SDKs from your Podfile.
## Troubleshooting
If you are using Debug version of EOCore. i.e. pod EOCoreDebug used by pods TealeafDebug and DigitalAnalyticsDebug, then you may edit your project's scheme in XCode and add environmental variable EODebug and set its value to 1. This will make EOCore to start writing debug logs to your xcode console window. If and when you want to report issues, the DigitalAnalytics and Tealeaf support engineers will ask you for these logs.
## Used By
* [DigitalAnalytics](https://github.com/acoustic-analytics/DigitalAnalytics) - Acoustic Digital Analytics SDK
* [Tealeaf](https://github.com/acoustic-analytics/Tealeaf) - Acoustic Customer Behavioral Analytics SDK## License
License files can be read [here](https://github.com/acoustic-analytics/EOCore/tree/master/Licenses)