Download data in background with iOS4
Posted
by
Sagar
on Stack Overflow
See other posts from Stack Overflow
or by Sagar
Published on 2011-01-16T05:44:14Z
Indexed on
2011/01/16
5:53 UTC
Read the original article
Hit count: 245
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 download content in background? As per the iOS multitasking documentation, only audio, voip & location updates are possible in background. And I've also maken sure that NSURLConnection doesn't download new data work while app goes background. Then how's it possible with Kindle app?
Edit: I haven't checked Kindle App in iOS4 multitasking enabled device. So if anyone let me (& community) know what exactly Kindle app does to download, that would be very much helpful.
© Stack Overflow or respective owner