0

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.

djromero
  • 19,551
  • 4
  • 71
  • 68
user2493047
  • 119
  • 8

1 Answers1

1

The URL scheme for Music app is music://.

djromero
  • 19,551
  • 4
  • 71
  • 68