1

I try to make a newsstand app, and i have a question. I make my app according this tutorial. It's so awesom tutorial, and app work fine, but i want users to have opportunity to download several issues at the same time. Example from tutorial can't do that, but THIS tutorial's example do. That is part of code, which init downloading:

 NSString *downloadURL = [issueToDownload downloadURL];
    NSURLRequest *downloadRequest = [NSURLRequest requestWithURL:[NSURL URLWithString:downloadURL]];
    NKIssue *nkIssue = [issueToDownload newsstandIssue];
    NKAssetDownload *assetDownload = [nkIssue addAssetWithRequest:downloadRequest];
    [assetDownload downloadWithDelegate:issueToDownload];

And this code is the same as in this tutorial. So, can someone please tell me what i mess? Or, maybe, i watch to the wrong side? Thanks a lot.

0 Answers0