To run the example project, clone the repo, and run pod install from the Example directory first.
iOS 9.0+
Follow below steps to make your app has background modes capability:
- Select the project from the Project navigator.
- Click the app target.
- Select the Capabilities tab.
- Turn the Background Modes switch on.
- Check the
Audio, AirPlay, and Picture in Picturecheckbox.
KeepAppAliveForever is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'KeepAppAliveForever'huangjihua, huang.jihua.m@gmail.com
KeepAppAliveForever is available under the MIT license. See the LICENSE file for more info.