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 本机程序访问 iTunes?有sdk吗?即 - 有没有办法我可以编写一个原生 iphone 程序并放入一个“购买”按钮,该按钮将打开 iTunes 并转到某个艺术家的歌曲?或者更好的是,立即购买?
在 big-iTunes 中,找到您想要的歌曲并选择复制链接。将链接放入您的 iPhone 应用程序中。
然后,您可以使用 UIApplication 的 openURL: 方法打开此链接,它将在 iTunes 中打开。