I'm having difficulty in resuming the download using NewsstandKit
.
The Download does starts in Background Mode
but when App Resumes to Active Mode
, The totalBytesWritten
are changed to 0
and it starts the download again.
The Code works on Simulator, but fails on device.
I've been using the code from ios - newsstand-tutorial link.
Also the Sample code works perfectly,but when i assign my URL to it, the download breaks on resume.
Does it has to do some thing with the Server??