I want to check the versions of other installed apps on my iPad from within my app. I know this information is stored in their info.plist files.
How can I access the plist of other installed apps programmatically? My apps are not published on the app store, so private methods are acceptable.