https://github.com/betalgo/lce-ios-sdk
Laser Cat Eyes iOS SDK
https://github.com/betalgo/lce-ios-sdk
Last synced: 5 days ago
JSON representation
Laser Cat Eyes iOS SDK
- Host: GitHub
- URL: https://github.com/betalgo/lce-ios-sdk
- Owner: betalgo
- License: bsd-3-clause
- Created: 2020-10-20T15:00:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T19:39:32.000Z (about 4 years ago)
- Last Synced: 2025-04-15T18:02:22.348Z (13 days ago)
- Language: Swift
- Size: 266 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://repository-images.githubusercontent.com/305744454/59fff700-30f5-11eb-8a67-d706102bf31c)
# LaserCatEyes iOS SDK - currently in BETA program
[](https://cocoapods.org/pods/LaserCatEyes)
[](https://cocoapods.org/pods/LaserCatEyes)
[](https://cocoapods.org/pods/LaserCatEyes)Laser Cat Eyes is a network monitoring tool that helps mobile app developers diagnose issues between their apps and backend services.
#### Hot to get your APP KEY :
1. Create an account from [Laser-Cat-Eyes web portal]
2. Create an app
3. After the hitting save button you should be able to see your **APP KEY**## Installation & Implementation
1. LaserCatEyes is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'LaserCatEyes'
```2. In ``AppDelegate``'s ``didFinishLaunchingWithOptions`` method add
```
LaserCatManager.shared.startLogging(appKeyId: {APP KEY})
```3. If you want to stop Logging call
```
LaserCatManager.shared.stopLogging()
```Note: You can monitor only Alamofire network data with this SDK.
[Laser-Cat-Eyes web portal]:
## Author
Betalgo, [email protected]