The assets that are currently being downloaded for one or more issues of the newsstand content library.
SDK
- iOS 5.0–13.0Deprecated
Framework
- Newsstand
Kit
Declaration
@property(readonly, strong) NSArray<NKAsset Download *> *downloadingAssets;
Discussion
When a newsstand application launches, it should enumerate the NKAsset
objects in the returned array, call download
on each object, and process each downloaded asset.