Info.plist key spelling error in canOpenURL(_:)

Originator:martin
Number:rdar://29899056 Date Originated:06-Jan-2017 12:10 PM
Status:Open Resolved:
Product:Documentation Product Version:
Classification: Reproducible:
 
Summary:
The documentation for canOpenURL(_:) on UIApplication includes a discussion segment about the URL scheme white listing system. The documentation incorrectly specifies the Info.plist key used as LSQpplicationQueriesSchemes in two places, when it should be LSApplicationQueriesSchemes (Q -> A)

Steps to Reproduce:


Expected Results:


Actual Results:


Version:
UIApplication canOpenURL(_:) Swift and Objective-C, https://developer.apple.com/reference/uikit/uiapplication/1622952-canopenurl and https://developer.apple.com/reference/uikit/uiapplication/1622952-canopenurl?language=objc

Notes:
This is a confusing error in the documentation, since developers might simply copy-and-paste the key into their Info.plist files (especially since Xcode 8.2.1 does not contain Info.plist automatic translation for that key).

Configuration:
Xcode 8.2.1, also on the online documentation

Attachments:

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!