6 ms·
How does this work? iOS has permissions to see other running applications?
by hyperenergy 14y ago
How does this work? iOS has permissions to see other running applications?
- jevinskie 14y agoYou can use MobileDevice (private framework on OS X) or libimobiledevice to query lockdownd for a list of installed apps. Of course this only works from a PC host. Jailbroken apps can directly query lockdownd or traverse the filesystem if they would like to.