3

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.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

2

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

Sweet.Shi
  • 476
  • 4
  • 8
  • could you please describe more about this solution. My company is also using Apple Enterprise Account to distribute app in local network. We need to know applications which are installed in member's device. Many thanks. – Binh Le Feb 19 '19 at 09:35