How To Find Large iPhone And iPad App Icons 

Apple requires developers to submit iPhone app artwork at incredibly large sizes, currently maxing out at 1024x1024, but it’s hard to find these large icon assets online, as I found out when I needed to get big artwork for one of my own projects.

I thought I would make a utility to make finding these images easier for others. This tool uses the iTunes lookup API to retrieve the bigger images straight from Apple’s servers.

Why do these icons not have rounded corners?

When a developer uploads app assets to Apple, they upload their icons as square images. Later, Apple applies a mask which creates the rounded corner effect. This tool returns the image assets before they have been masked, hence they are square.

Why am I sometimes not getting a 1024x1024 image back?

The App Store does not have 1024x1024 icons available for all apps on the store, because not all developers have provided these assets yet. This tool will always return the largest image that is available for a particular app.

What! I am pasting but nothing’s happening?

This hasn’t been tested on every platform and web browser combination known to man, so I don’t guarantee compatibility. That being said, on any modern setup, it should be perfectly fine. Please contact me if you are experiencing issues.