Many people use the Launcher app.
I'm curious about how Laucher be able to get the list of installed apps of my iPhone?
I have found some way to do similar thing, but all of them are not perfect.
1.use canOpenUrl:, this api requires a lot of url-schemes of apps.
2.search the plist file /private/var/mobile/Library/Caches/com.apple.mobile.installation.plist, which is not available in non-jailbreak iPhone. Also this plist file is not exist anymore in ios9.
3.search /Applications, which is not available in non-jailbreak iPhone.
Question is that, how can Launcher be able to search my iPhone and get the list of installed apps?