Skip to content

yznote/iyz-keepalive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, yzyuan920@163.com

License

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