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.
我正在开发一个 iOS 应用程序,我在应用程序中有一个“更多应用程序”部分,我必须在其中显示开发人员在 iTunes 上的所有应用程序。
类似:
我曾尝试使用 iTunes 搜索 API,但无法获得预期结果。
任何人都可以知道我该如何实现这一目标?
除了上面的评论,您可以直接跳转到 App Store.app 以按艺术家姓名搜索应用程序,使用以下命令:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://itunes.com/apps/[artist name]"]];