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.
我正在做一个可以播放播客的应用程序,但如果 iPhone 默认播客应用程序播放文件,我会感觉更舒服,而不是我必须处理它们。
当我将 URL 传递给 sharedApplication 对象时,Safari 会打开并开始播放它......但我想跳过看到 Safari 的用户。有什么办法吗?
播客应用没有公共 API。因此,您不能让它代表您播放播客。
由于播客已添加到您的媒体库中,您应该能够通过媒体库查询找到它们并轻松开始后台播放。