Search code examples
iosios11iphone-privateapi

iOS 11 list all applications


Is it possible to get a list of all installed applications in iOS 11 beta?

I'm working on enterprise application, so I'm able to use any private API. I know about old methods, such as using LSApplicationWorkspace class, but it's not working in iOS 11.

Maybe I need to add some strings in entitlement file? Or something else.


Solution

  • In enterprise you can use Apple Mobile Device Management (MDM) Protocol ManagedApplicationList commands to get managed applications list