如何在我的应用程序中打开默认音乐应用程序 ios 10

How to open default music app into my application ios 10

基于this link

工作完美但我在旧 ios 版本中,但在 ios 10 中不工作。

这是我的代码:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"music://"]];

我正在使用

进行测试
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"music://"] options:@{} completionHandler:nil];

但是没用

只需在 .plist 中添加 Privacy - Media Library Usage Description。那解决了问题