Skip to content

jieliangma/OneAPM

Repository files navigation

OneAPM

CI Status Version License Platform

Usage

Add some codes in your main.m file like this:

#import "BLAppDelegate.h"
#import "OneAPM/OneAPM.h"

int main(int argc, char * argv[]) {
	@autoreleasepool {
		[OneAPM startWithApplicationToken:@"token_string_get_from_oneapm"];

		return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
	}
}

Requirements

Minimum iOS Target: 6.0

Installation

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

pod 'OneAPM', '~> 2.2.5.6'

License

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

About

Provide App performance management

Resources

License

Stars

Watchers

Forks

Packages

No packages published