3

我想要做的是找出一种方法来使用 UITableViewController 在我的应用程序中的 iTune 商店中显示我的所有 iOS 应用程序。

例如,当我在 iTune 中使用关键字“xcodechina”搜索时,它会以表格视图显示 iTune 商店中所有已发布的产品。我只想在我自己的应用程序中执行此操作。

如果像 RSS 一样有特定的 xml 链接,那将很容易做到,但似乎没有。

还有其他线索吗?

谢谢

4

1 回答 1

0

Apple 提供了一个 iTunes WeServices API,您可以在以下地址找到:http: //www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html

查找iOS应用,关键词是“软件”,也可以用“iPadSoftware”搜索iPad软件或用“macSoftware”搜索mac。

例如在 iPad 上查找游戏“Pentarow”:

http://ax.itunes.apple.com/WebObjects/MZStoreServices.woa/wa/wsSearch?country=FR&media=software&entry=ipadSoftware&term=pentarow

于 2011-03-09T09:59:57.397 回答