I have a magazine reader on the App Store. I'm implementing NewsstandKit features at the moment.
My app has this download workflow where users can cancel current downloads at anytime.
I want to enable users to purchase an in-app product and begin that download as a newsstand background download (magazines include multimedia so they are kind of big files) but still preserve that option of they had on previous versions where they could cancel downloads.
Is it possible to achieve this with NKAssetDownload? Or should I remove the whole NKIssue instead?