iTunes Lookup API, get iPhone 5 app screenshots

后端 未结 2 638
野性不改
野性不改 2021-02-04 21:38

I use iTunes API lookup to get app data by App ID this way:
http://itunes.apple.com/lookup?id=543891460&lang=ru

Even if app is designed for

2条回答
  •  名媛妹妹
    2021-02-04 22:30

    It is possible to access all screenshots using the inofficial iTunes Connect API:

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

    It contains all existing screenshots in all resolution in the original format.

    Unfortunately I haven't found a way to map the language with the one used by the iTunes Transporter.

    There is a pull request, adding this feature to deliver: https://github.com/KrauseFx/deliver/pull/113/files

    Update: a mapping of language codes to languages can be found here: https://github.com/KrauseFx/deliver/blob/master/lib/assets/DeliverLanguageMapping.json

提交回复
热议问题