I have to crate a sample app in which when I clicked a button that should open the native alarm clock so that user can use it for setting alarm?
CFBundleTypeRole Editor CFBundleURLSchemes clock-alarm clock-stopwatch
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"clock-alarm:"]]; ];