Popularity
0.7
Declining
Activity
0.0
Stable
10
3
4

Description

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

Programming language: Objective-C
License: MIT License
Tags: iOS     Networking     Debugging    

ASDebugger alternatives and similar libraries

Based on the "Networking" category.
Alternatively, view ASDebugger alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ASDebugger or a related project?

Add another 'Networking' Library

README

ASDebugger

CI Status Version License Platform

ASDebugger is a remote debugging toolset for iOS App.

it's a way remotely check any network transaction, effortlessly Mock Data, It is able to intergrate with CocoaPods easily, also it's alternative for proxy tools like Charles.

Features

  • [x] Remote debugging network request, response from iOS client without tools
  • [x] Mock Data by manually set up on iOS client
  • [x] Easily create mock response struct via live network response
  • [x] Automatically refresh observer network page on the Web client once acquire some response from iOS Client
  • [x] Automatically set mock environment on iOS client once set mock struct on the platform
  • [ ] Transport Data could be compress

Usage

Register an appkey on AppScaffold WebSite

And then place init codes into the AppDelegate function didFinishConfiguringLaunch.

ASDebugger.start(withAppKey: "[Your AppKey]", secret:"[Your Secret]")

Stop recording

ASDebugger.shared().stop

Installation

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'

Mock

ASDebugger.start(withAppKey: "[YourAppKey]", secret:"[Your Secret]").enableMock(withPath: "[API]")

Author

squarezw

License

ASDebugger is available under the MIT license. See the LICENSE file for more info.


*Note that all licence references and agreements mentioned in the ASDebugger README section above are relevant to that project's source code only.