LaserCatEyes 1.0.12

LaserCatEyes 1.0.12

Maintained by Hakki Yigit Yener, Betalgo.



  • By
  • Betalgo

Welcome

LaserCatEyes iOS SDK - currently in BETA program

CI Status Version License Platform

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. To install it, simply add the following line to your Podfile:
  pod 'LaserCatEyes'
  1. In AppDelegate's didFinishLaunchingWithOptions method add
  LaserCatManager.shared.startLogging(appKeyId: {APP_ID_KEY})
  1. If you want to stop Logging call
LaserCatManager.shared.stopLogging()

Note: You can monitor only Alamofire network data with this SDK.

Author

Betalgo, [email protected]