我正在尝试使用新的 iOS 7 功能在后台下载一些文件,UIBackgroundModes Fetch
并且文件正在后台成功下载
但我希望when my download completes in the background ,App should come in the Foreground
我也调用了setMinimumBackgroundFetchInterval
didFinishLaunchingWithOptions 中的方法。但是application:performFetchWithCompletionHandler
下载完成后,不会从后台和前台调用方法。
下载完成后是否可以在前台启动应用程序?