In my app I need to open message app and music app in tapping on button.
For open message I used code:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"sms:"]];
Please, suggest me what should I write to open music app.
Any help would be appreciated.
Thanks.