This is an App fluency/crash monitor.it can update record to the specific server.
- Add
pod 'YPAppMonitor'to your Podfile. - Run
pod installorpod update. #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];This library requires iOS 7.0+ and Xcode 8.0+.
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;
