Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个应用程序,允许您将歌曲添加到音乐库中,但我只能将它们添加到音乐库中。它有效,但我注意到 Shazam 可以将它们添加到特定的播放列表
他们有特殊的访问权限还是我完全错过了 API 中的某些内容?
原来 MPMediaPlaylist 也响应 addItemWithProductID。不仅仅是文档让我相信的 [MPMediaLibrary defaultMediaLibrary]。