Skip to content

betalgo/LCE-iOS-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

LaserCatEyes iOS SDK - currently in BETA program

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 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, mail@betalgo.com