iOS 后台任务 beginBackgroundTaskWithExpirationHandler
正常情况下程序退出后,会在几秒之后停止工作。若想让app进入后台保持活动状态可以设置beginBackgroundTaskWithExpirationHandler1//AppDelegate.h文件2@property(assign,nonatomic)UIBackgroundTaskIdentifierbackgroundUpdateTask;3//AppDelegate.m文件4-(void