Download data in background with iOS4

后端 未结 2 536
南笙
南笙 2020-12-06 03:57

As per the latest update of Kindle V2.5, it has support of \"continue downloading books while the app is in the background on iOS 4 devices\".

How is it possible to

2条回答
  •  一向
    一向 (楼主)
    2020-12-06 04:26

    Yes you can. Go back to the document you mentioned, and check the code at the Completing a Finite Length Task in the Background section. In this way you can run generic tasks in the background, including accessing the network and uploading files.

    Edited: I answered a similar question on SO before, check this, iphone - Connecting to server in background

提交回复
热议问题