I have implemented a Newsstand app and I am using the NewsstandKite right. However under iOS 8 in the delegate method -(void)connection:(NSURLConnection *)connection didWriteData:(long long)bytesWritten totalBytesWritten:(long long)totalBytesWritten expectedTotalBytes:(long long)expectedTotalBytes
the expectedTotalBytes parameter is always 0. Under iOS 7 it works correctly!
Anyone have a solution or a suggestion? Thanks!