url
A key indicating that the app was launched so that it could open the specified URL.
Declaration
static let url: UIApplication.LaunchOptionsKeyDiscussion
The value of this key is an NSURL object containing the URL to open. This key is also used to access the same value in the userInfo dictionary of the notification named didFinishLaunchingNotification.