Open Clock app programmatically in Objective c (Not Device Settings)

时间:2017-08-05 10:29:27

标签: ios objective-c xcode url-scheme

I need to open iOS system Clock app from my application. It's easy to open app settings using:

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

But i need to open clock app exactly. Does it really work ? If yes, then how. I tried with these, nothing works:

enter image description here

In Source :

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"clock-alarm:"]]

0 个答案:

没有答案