iTunes Lookup API,获取iPhone 5应用截图

时间:2013-04-23 08:45:42

标签: iphone api app-store itunes screenshot

我使用 iTunes API查找以这种方式通过App ID获取应用数据:
http://itunes.apple.com/lookup?id=543891460&lang=ru

即使app专为 iPhone5 设计,在JSON中我也会获得 3.5英寸屏幕截图(在 screenshotUrls 数组下)。
有没有办法让 4英寸。截图?

2 个答案:

答案 0 :(得分:2)

可以使用非官方的iTunes Connect API访问所有屏幕截图:

https://itunesconnect.apple.com//WebObjects/iTunesConnect.woa/ra/apps/version/[app_id]

它包含原始格式的所有分辨率的所有现有屏幕截图。

不幸的是,我还没有找到一种方法来将语言映射到iTunes Transporter使用的语言。

有一个拉取请求,将此功能添加到deliverhttps://github.com/KrauseFx/deliver/pull/113/files

更新:可以在此处找到语言代码到语言的映射:https://github.com/KrauseFx/deliver/blob/master/lib/assets/DeliverLanguageMapping.json

答案 1 :(得分:1)

再次检查。

几个小时后,Apple似乎推出了新的4英寸截图。

屏幕截图现在也有文件名中的像素大小。好吧,有点:它似乎没有100%正确(但是?)。可能的值是:

  • xxx.xxxxxxxx。 1136x1136-75 .jpg(4“iPhone)
  • xxx.xxxxxxxx。 320x480-75 .jpg(3.5“iPhone)
  • xxx.xxxxxxxx。 480x480-75 .jpg(iPad)