-openURL: and -canOpenURL: falsely returns YES even when Safari is restricted

Originator:martin.hwasser
Number:rdar://12449905 Date Originated:07-Oct-2012
Status:Open Resolved:
Product:iOS Product Version:6.0
Classification:UI/Usability Reproducible:YES
 
Summary:
If the user has restricted Safari on his/her device, -canOpenURL: -openURL: on UIApplication always returns YES. 

Reproduce:
Install iOS 6 on the device. 
Go to Settings>General>Restrictions and disallow Safari. Call -openURL: or -canOpenURL: using a valid URL.

Expected Results:
The methods return NO so that we know the application can NOT open the URL.

Actual Results:
The methods return YES.

Regression:
YES

Comments

Have you heard anything on this? It seems to still be a regression in iOS 7.


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!