c5rdgc2rtm877

Application Query Schemes Registration

Copy

LSApplicationQueriesSchemes url_scheme1 url_scheme2

From iOS 9.0, to check if an app is available, canOpenURL: requires declaring URL schemes in the Info.plist under LSApplicationQueriesSchemes. This limits the schemes an app can query to 50, enhancing privacy by preventing app enumeration.

Copy

LSApplicationQueriesSchemes url_scheme1 url_scheme2

From iOS 9.0, to check if an app is available, canOpenURL: requires declaring URL schemes in the Info.plist under LSApplicationQueriesSchemes. This limits the schemes an app can query to 50, enhancing privacy by preventing app enumeration.

Copy

LSApplicationQueriesSchemes url_scheme1 url_scheme2

From iOS 9.0, to check if an app is available, canOpenURL: requires declaring URL schemes in the Info.plist under LSApplicationQueriesSchemes. This limits the schemes an app can query to 50, enhancing privacy by preventing app enumeration. Copy LSApplicationQueriesSchemes url_scheme1 url_scheme2