型プロパティ
sourceApplication
別のアプリがアプリの起動をリクエストしたことを示すキー。
宣言
static let sourceApplication: UIApplication.LaunchOptionsKey
議論
このキーの値は、リクエストを行ったアプリのバンドル ID を含む NSString オブジェクトです。リクエストがあなたのチームに属する別のアプリから発信された場合、UIKit はこのキーの値をそのアプリの ID に設定します。元のアプリのチーム ID が現在のアプリのチーム ID と異なる場合、キーの値は nil です。
このキーは、didFinishLaunchingNotification という名前の通知の userInfo 辞書内の同じ値にアクセスするためにも使用されます。
以下も見よ
起動オプションへのアクセス
static let annotation: UIApplication.LaunchOptionsKey
あなたのアプリに渡された URL にソースアプリからのカスタムの注釈データが含まれていることを示すキー。
static let bluetoothCentrals: UIApplication.LaunchOptionsKey
Bluetooth 関連のイベントを処理するためにアプリが再起動されたことを示すキー。
static let bluetoothPeripherals: UIApplication.LaunchOptionsKey
アプリが Bluetooth 周辺オブジェクトに関連したアクションを続行する必要があることを示すキー。
static let cloudKitShareMetadata: UIApplication.LaunchOptionsKey
アプリが CloudKit 共有の招待を受け取ったことを示すキー。
static let location: UIApplication.LaunchOptionsKey
着信ロケーションイベントを処理するためにアプリが起動されたことを示すキー。
static let newsstandDownloads: UIApplication.LaunchOptionsKey
新しくダウンロードされた Newsstand アセットを処理するためにアプリが起動されたことを示すキー。
static let remoteNotification: UIApplication.LaunchOptionsKey
アプリが処理できるリモート通知を利用できることを示すキー。
static let shortcutItem: UIApplication.LaunchOptionsKey
ユーザがホームスクリーンの素早いアクションを選択したことに応答してアプリが起動されたことを示すキー。
static let url: UIApplication.LaunchOptionsKey
指定された URL を開くことができるようにアプリが起動されたことを示すキー。
static let userActivityDictionary: UIApplication.LaunchOptionsKey
ユーザが続行したいアクティビティに関連した辞書を示すキー。
static let userActivityType: UIApplication.LaunchOptionsKey
ユーザが続行したいユーザアクティビティの型を示すキー。
static let localNotification: UIApplication.LaunchOptionsKey
ローカル通知を処理するためにアプリが起動されたことを示すキー。
  廃止