Application Queries Schemes property

Official Content
This documentation is valid for:
Specifies the URL schemes you want the app to be able to use with Interop.CanOpen(), required for iOS 9.0 and later. Values should be separated with commas (,).

Scope

Objects: Menu, Panel, Work With (Only Main Objects)
Generators: Apple

Description

For each URL scheme you want your app to use with the CanOpen() method, add it as a string in this list.

Values

A comma-separated list of required schemes.

Samples

twitter,fb

To query whether Twitter.app and/or Facebook.app are installed.

See Also

LSApplicationQueriesSchemes documentation