UIApplicationLaunchOptionsSourceApplicationKey

Static UIApplicationLaunchOptionsSourceApplicationKey 

Source
pub unsafe static UIApplicationLaunchOptionsSourceApplicationKey: &'static UIApplicationLaunchOptionsKey
👎Deprecated: Use UIScene lifecycle and UIScene.ConnectionOptions.sourceApplication instead.
Available on crate feature UIApplication only.
Expand description

UserInfo contains a NSString with the bundle ID of the originating application; non-nil if the originating application and this application share the same team identifier

See also Apple’s documentation