Laser Cat Eyes is a network monitoring tool that helps mobile app developers diagnose issues between their apps and backend services.
- Create an account from Laser-Cat-Eyes web portal
- Create an app
- After the hitting save button you should be able to see your APP KEY
- LaserCatEyes is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'LaserCatEyes'
- In
AppDelegate
'sdidFinishLaunchingWithOptions
method add
LaserCatManager.shared.startLogging(appKeyId: {APP KEY})
- If you want to stop Logging call
LaserCatManager.shared.stopLogging()
Note: You can monitor only Alamofire network data with this SDK.
Betalgo, [email protected]