On some app , I see when one link touched , use safari for open link and quit from current app. I want use from this feature for run messages app from other app. Can I do this?
I do it , I write sms in mailto place and write phone number in front of it. and app work correct,
[[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"sms:09120000000"]];