How to retrieve the App Icon?

I need to get the app icon from the AppStore Connect API in order to display a list of my apps. However there seems to be no way.

I See in the appstoreconnect.apple.com website that the icons are there and available, there is even a function where you can click on it and get the high res version: https://appstoreconnect.apple.com/apps/1504874998/distribution/ios/version/deliverable (this link is of course not available from the outside)

I tried builds/{id}/icons which always returns nothing and found an iconAssetToken object in the builds array, but the link is weirdly formatted and leads to nothing.

Hope someone can help, I'm fairly new to the API and the usage is quite odd for me so far.

Best, Nils

Replies

I may miss something.

It is your apps ? If so, you have the source code and all the icons defined in Xcode. Why not use them ?

Otherwise, if you want the icon with the rounded frame, did you consider taking a screen shot in Appstore Connect ?