https://github.com/go-acoustic/tealeafdebug-sp
Swift package for Tealeaf debug iOS library.
https://github.com/go-acoustic/tealeafdebug-sp
acoustic analytics ios swift swiftpackage tealeaf
Last synced: 4 months ago
JSON representation
Swift package for Tealeaf debug iOS library.
- Host: GitHub
- URL: https://github.com/go-acoustic/tealeafdebug-sp
- Owner: go-acoustic
- License: other
- Created: 2021-05-06T21:04:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T04:52:06.000Z (5 months ago)
- Last Synced: 2025-01-17T05:28:16.545Z (5 months ago)
- Topics: acoustic, analytics, ios, swift, swiftpackage, tealeaf
- Language: Swift
- Homepage:
- Size: 467 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# TealeafDebug-SP
TealeafDebug-SP is the Swift Package for Tealeaf that is a customer behavioral analytics SDK as documented [here](https://developer.goacoustic.com/acoustic-exp-analytics/docs/acoustic-experience-analytics-tealeaf-sdk-for-ios-standard-and-mobile-editions)
## Getting Started

In **XCode**, go to **File** and select **Swift Packages**

Then add **Swift Package** to corresponding **Project**

Add **github repo url** to where the Swift Package exists

Add corresponding version

Select correct **Target** to add **Swift Package**
### Prerequisites
You need to have XCode 12.x that supports Swift Packages to use this item. Otherwise use https://github.com/acoustic-analytics/Tealeaf
For SDK prerequisites and documentation, please refer to the SDK documentation [here](https://developer.goacoustic.com/acoustic-exp-analytics/docs/acoustic-experience-analytics-tealeaf-sdk-for-ios-standard-and-mobile-editions)## Troubleshooting
If you are using Debug version, then you may edit your project's scheme in XCode and add environmental variable `EODebug`and set its value to 1; also add environmental variable `TLF_DEBUG` and set its value to 1. This will make the SDK to start writing debug logs to your xcode console window. If and when you want to report issues, the Tealeaf support engineers will ask you for these logs.
## License
License file can be read [here](https://github.com/acoustic-analytics/Tealeaf-SP/tree/master/License)