XWRiskAverseKit 0.0.1

XWRiskAverseKit 0.0.1

Maintained by tianxueweii.



  • By
  • tianxueweii

XWRiskAverseKit

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Introduce

The XWRiskAverseKit project attempt to no intrusion your code and help you to solve the common crash. You can user Cocoapods easy install or copy the repository by yourself. If your project has already import Bugly, XWRiskAverseKit will help you upload error info to your Bugly.

Understand

Please run $ git clone https://github.com/tianxueweii/XWRiskAverseKit.git clone the repository to your local store and open iOS异常处理与容错机制.key to learn more.

Installation

XWRiskAverseKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "XWRiskAverseKit"

Use

#import "XWRiskAverseKit.h"


- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions 
{
    [[RaServiceCenter defaultCenter] open];
    return YES;
}

Author

tianxueweii, [email protected]

License

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