How to open default music app into my application

偶尔善良 提交于 2019-12-12 06:12:10

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/29207883/how-to-open-default-music-app-into-my-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!