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,182
  • 4
  • 64
  • 96
Jamshed Alam
  • 11,804
  • 5
  • 23
  • 45

0 Answers0