---
title: newsstandDownloads
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiapplication/launchoptionskey/newsstanddownloads
---

# newsstandDownloads

A key indicating that the app was launched to process newly downloaded Newsstand assets.

## Declaration

```swift
static let newsstandDownloads: UIApplication.LaunchOptionsKey
```

## Discussion

Discussion The value of this key is an array of string identifiers that identify the NKAssetDownload objects corresponding to the assets. Although you can use the identifiers for cross-checking purposes, you should obtain the definitive array of NKAssetDownload objects (representing asset downloads in progress or in error) through the downloadingAssets property of the NKLibrary object representing the Newsstand app’s library.

## See Also

### Accessing launch options

- [bluetoothCentrals](uikit/uiapplication/launchoptionskey/bluetoothcentrals.md)
- [bluetoothPeripherals](uikit/uiapplication/launchoptionskey/bluetoothperipherals.md)
- [cloudKitShareMetadata](uikit/uiapplication/launchoptionskey/cloudkitsharemetadata.md)
- [eventAttribution](uikit/uiapplication/launchoptionskey/eventattribution.md)
- [location](uikit/uiapplication/launchoptionskey/location.md)
- [remoteNotification](uikit/uiapplication/launchoptionskey/remotenotification.md)
- [shortcutItem](uikit/uiapplication/launchoptionskey/shortcutitem.md)
- [sourceApplication](uikit/uiapplication/launchoptionskey/sourceapplication.md)
- [url](uikit/uiapplication/launchoptionskey/url.md)
- [userActivityDictionary](uikit/uiapplication/launchoptionskey/useractivitydictionary.md)
- [userActivityType](uikit/uiapplication/launchoptionskey/useractivitytype.md)
- [annotation](uikit/uiapplication/launchoptionskey/annotation.md)
- [localNotification](uikit/uiapplication/launchoptionskey/localnotification.md)
