appLaunchURL property

String? appLaunchURL
final

Optional. A URL to be passed to the associated app when launching it. The app receives this URL in the application:didFinishLaunchingWithOptions: and application:openURL:options: methods of its app delegate. If this key is present, the associatedStoreIdentifiers key must also be present.

Implementation

final String? appLaunchURL;