Search code examples
iphoneiosjailbreak

Listing all installed apps on iPhone Programmatically?


I need to list all installed apps on iPhone with the help of coding. I am using a jailbroken iPhone. I have used ihasapp API, but it is not showing me the complete list of all installed apps. Please help me with the code.


Solution

  • I use the AppList library myself to get a list of all installed apps. It uses private frameworks so it's also jailbreak-only. Check it out at https://github.com/rpetrich/AppList.

    Update: @Nate is correct about this already being asked and answered. Check out: Get list of all installed apps