---
title: sourceApplication
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiapplication/launchoptionskey/sourceapplication
---

# sourceApplication

A key indicating that another app requested the launch of your app.

## Declaration

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

## Discussion

Discussion The value of this key is an NSString object containing the bundle ID of the app that made the request. If the request originated from another app belonging to your team, UIKit sets the value of this key to the ID of that app. If the team identifier of the originating app is different than the team identifier of the current app, the value of the key is nil. This key is also used to access the same value in the userInfo dictionary of the notification named  didFinishLaunchingNotification.

## 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)
- [newsstandDownloads](uikit/uiapplication/launchoptionskey/newsstanddownloads.md)
- [remoteNotification](uikit/uiapplication/launchoptionskey/remotenotification.md)
- [shortcutItem](uikit/uiapplication/launchoptionskey/shortcutitem.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)
