Is it possible to programatically find out name of all apps installed on my iOS device ? Is there any API available for same ?
Thanks for the help
You can do it by checking whether an application is installed or not by using canOpenURL method or by checking the background processes and matching them with the name of the app you are interested in.
canOpenURL