Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.29 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.29 KB

RKKeepAlive

CI Status Version License Platform Security Status

Example

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

Requirements

Installation

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

pod 'RKKeepAlive', '~> 0.1.15'

Make it work

  1. #import <RKKeepAlive/RKKeepAlive.h>
  2. start
[[RKKeepAlive sharedKeepInstance] startAppLifeCycleMonitor];

# show logs
[[RKKeepAlive sharedKeepInstance] showLog:YES];

Author

yuan920, [email protected]

License

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