ios - is it possible to list out all the applications that are installed in the iPhone device in a tableview with icon? -


i want collect applications installed in device , want list icons of applications.

apple's provacy concerns have extended app querying other apps on devices, of ios 9 apple have removed ability unless explicitly declared.

in past developer use method - canopenurl: defined on uiapplication , passed in url known handled app see if user had app on phone. whilst not viable getting comprehensive list of apps on user's phone, serve know if specific apps there.

ios 9 introduced concept of whitelisting url schemes, meaning if going query have explicitly state in .plist.

for guide on how works recommend article: http://www.dysonapps.com/blog/2015/9/13/developing-for-ios-9-canopenurl

the short answer no, cannot list of other apps on device.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -