NSURLSession background download - resume over network failure

后端 未结 3 732
执念已碎
执念已碎 2020-12-13 07:05

After reading the Apple documentation about the background download with the new iOS7 api (NSURLSession), I\'m a bit disappointed. I was sure that Apple was managing the pau

3条回答
  •  伪装坚强ぢ
    2020-12-13 07:53

    You should create the NSURLSession with background configurations, then your task is sent to a background demon and your app get called when it is completed.

提交回复
热议问题