-
Notifications
You must be signed in to change notification settings - Fork 4
Readme
square edited this page Feb 20, 2017
·
1 revision
ASDebugger is a remote debugging toolset for iOS App. It is a client library and gateway server combination
it can remote debugging network requests, effortlessly Mock Data, Intergrated with iOS easily, without any tooling involved like Charles
Please register an appkey on AppScaffold WebSite
And then we mostly put launch code in the AppDelegate class function of didFinishConfiguringLaunch.
ASDebugger.start(withAppKey: "[YourAppKey]")
Stop recording
ASDebugger.shared().stop
ASDebugger is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ASDebugger"
If you would like to use the latest version of ASDebugger, point to the Github repository directly.
pod 'ASDebugger', :git => 'https://github.com/AppScaffold/ASDebugger.git'
ASDebugger.start(withAppKey: "[YourAppKey]").enableMock(withPath: "[API]")
squarezw
ASDebugger is available under the MIT license. See the LICENSE file for more info.