IOS get app icon from app name

Is there a way to get the app icon on behalf of only? I know there is a way to grab the icon if you have the app ID, but all I have are the app names. Or, conversely, can you get the app ID on behalf of?

+3


source to share


2 answers


Yes, you need to check the iTunes API .

Check out their example on Yelp:



https://itunes.apple.com/search?term=yelp&country=us&entity=software

The cover images are in two sizes below the artworkUrl60

and keys artworkUrl512

.

+2


source


Yes, you can get the full resolution icon of any app by searching on appstore-icons.com



0


source







All Articles