Is it possible to get the icon file of an app (on NOT-jailbroken devices)? Could URL schemes be used to do this? Is there an API to get the icon or the only way to obtain the image is by downloading it from iTunes?
Asked
Active
Viewed 601 times
-1
-
Please clarify. Where do you wish to get the icon from? If from an iOS app running on the device, are you trying to get the app's own icon or the icons of other apps? – rmaddy Jul 11 '14 at 00:32
-
I would like to get the icons from all the installed apps – Massimo Piazza Jul 11 '14 at 00:34
-
1Get them from where? Please don't make this a game of 20 questions. Update your question to be clear about what you are trying do. Then update your question with what you've tried or what you have researched. – rmaddy Jul 11 '14 at 00:35
-
1No, this is not possible. If you want the icon really bad, I'd suggest just scraping the iTunes preview webpage. – klcjr89 Jul 11 '14 at 00:38
1 Answers
1
iOS apps run in Sandbox mode, which means that you can't access it's information, including icons. If you need icons, you may get it from iTunes preview page, but you will face many other problems to get it done as, for example, how you will get the list of installed apps and it's id's on iTunes.

Tchelow
- 593
- 4
- 15