iTunes Lookup所有截图版本?

时间:2013-11-12 01:47:40

标签: ios macos itunes

有没有办法系统地检索应用程序(或数百个)的所有屏幕截图(3.5英寸iphone,4英寸iphone和ipad)?

如果有4英寸的截图,iTunes搜索API似乎不会返回3.5英寸的屏幕截图。

我在another thread中看到了一种方法,但它不可靠(无法让它适用于5个独立的应用)。

我愿意使用iTMSTransporter CLI,虽然我在AppMetadataSpecification5.1Revision1.pdf和Transporter_User_Guide_1.7.9.pdf的~190页中找不到任何帮助。如果您需要这些pdf(并安装了xcode),请运行:

./iTMSTransporter -m downloadMetadataGuides -u [itunes username] -p [itunes pw] -vendor_id [vendor_id] -destination .

从:

/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/MacOS/itms/bin

非常感谢任何见解!

1 个答案:

答案 0 :(得分:0)

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

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

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

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

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

更新:可以在此处找到语言代码到语言的映射:https://raw.githubusercontent.com/fastlane-old/deliver/d9a43d3342e6b1d8ddac802e6557e482932a9ac2/lib/assets/DeliverLanguageMapping.json