I am trying to get the list of applications installed in iPad. Is there any API provided for that. I did some analysis and found that if we know the URL of the application we can check if its installed.
Ref: How to check programmatically if an App is installed?
But for that the application needs to have the URL
In my case I need a list of it and then run thru it. Any suggestions?
Thanks, Deepak.