Open Settings app from another app programmatically fails

Has anyone got the following call to work in tvOS?


[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];


When I try it in my app, it just logs the following:

LaunchServices: ERROR: There is no registered handler for URL scheme app-prefs

I'm going to file a Radar on this. Please do the same!

I just tried it and it works for me.


I'm guessing they fixed it in Beta 3?

Open Settings app from another app programmatically fails
 
 
Q