Skip to content

Instantly share code, notes, and snippets.

@sburlot
Created July 4, 2012 11:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sburlot/3046784 to your computer and use it in GitHub Desktop.
Save sburlot/3046784 to your computer and use it in GitHub Desktop.
How the get the 512x512 icon for any iPhone app.
How the get the 512x512 icon for an app.
Look for this app on the itunes.apple.com website (Google is your friend)
For example, this excellent app.
http://itunes.apple.com/au/app/bancomap/id309009025?mt=8
Look for the URL of the icon in the page (it's a 175x175 picture).
I use Safari, so right click on the icon and choose "Inspect Element"
http://a2.mzstatic.com/us/r1000/105/Purple/v4/c6/56/51/c65651fc-255d-6fde-3204-65759263f723/mza_4948490935921782655.175x175-75.jpg
Replace 175x175 by 512x512 in the URL.
http://a2.mzstatic.com/us/r1000/105/Purple/v4/c6/56/51/c65651fc-255d-6fde-3204-65759263f723/mza_4948490935921782655.512x512-75.jpg
Voila.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment