Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 22 hours 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T22:08:17.000Z (21 days ago)
- Last Synced: 2024-10-26T10:08:42.597Z (20 days ago)
- Topics: acoustic, analytics, ios, swift, swiftpackage, tealeaf
- Language: Swift
- Homepage:
- Size: 479 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
![Step 1](https://github.com/acoustic-analytics/Tealeaf-SP/blob/master/images/sp_1.png?raw=true)
In **XCode**, go to **File** and select **Swift Packages**
![Step 2](https://github.com/acoustic-analytics/Tealeaf-SP/blob/master/images/sp_2.png?raw=true)
Then add **Swift Package** to corresponding **Project**
![Step 3](https://github.com/acoustic-analytics/Tealeaf-SP/blob/master/images/sp_3.png?raw=true)
Add **github repo url** to where the Swift Package exists
![Step 4](https://github.com/acoustic-analytics/Tealeaf-SP/blob/master/images/sp_4.png?raw=true)
Add corresponding version
![Step 5](https://github.com/acoustic-analytics/Tealeaf-SP/blob/master/images/sp_5.png?raw=true)
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)