Finding list of installed apps on iphone

后端 未结 7 1653
不知归路
不知归路 2020-11-27 07:03

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

7条回答
  •  离开以前
    2020-11-27 07:42

    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.

提交回复
热议问题