Skip to content

This is an App fluency/crash monitor.it can update record to the specific server.

License

Notifications You must be signed in to change notification settings

zhuyuping/YPAppMonitor

Repository files navigation

YPAppMonitor

This is an App fluency/crash monitor.it can update record to the specific server.

Using (CocoaPods)

  1. Add pod 'YPAppMonitor' to your Podfile.
  2. Run pod install or pod update.
  3. #import <YPAppMonitor/YPAppMonitor.h>.

In your project APPDelegate ,method didFinishLaunchingWithOption:

YPAppMonitorConfiguration *config = [YPAppMonitorConfiguration new];
config.useCrashMonitoring = YES;
config.useFluencymonitoring = YES;
config.reportServerBaseUrl = [NSURL URLWithString:@"http://127.0.0.1:8088/YPAppMonitor/"];
[YPAppMonitor startWithConfiguration:config];

Requirements

This library requires iOS 7.0+ and Xcode 8.0+.

Component diagram


Other

The progress of delevepment work :

  • YPAppMonitor framework for iOS,now is Release;

  • YPAppMonitorrServer for node.js,now is Release;

  • YPAppMonitorViewer for mac OS,now is Release;

About

This is an App fluency/crash monitor.it can update record to the specific server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published