1

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:"]]
Ryan Poolos
  • 18,421
  • 4
  • 65
  • 98
Jamshed Alam
  • 12,424
  • 5
  • 26
  • 49

0 Answers0