Skip to content

joexi/BackgroundRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BackgroundRunner

This class can make a iOS Application running in background. And it can last far more than 10 mins.

#API

three methods is all we need

/** hold the thread when background task will terminate */

- (void)hold;

/** free from holding when applicaiton become active */

- (void)stop;

/** running in background, call this funciton when application become background */

- (void)run;

About

Helping iOS Application to running in background

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published