Does anyone know how to programmatically determine the application IDs of the apps on an iPhone? I.E. to determine what applications have been installed on an iPhone?
Does anyone know how to programmatically determine the application IDs of the apps on
Share
You cannot do this without Jailbreaking the phone. Apple ‘sandboxes’ each app, so it cannot see outside of its box. If you had a particular application in mind, and that application had a URL scheme, you could check to see if that scheme was supported (which would indicate the app was probably installed), but that’s as close as you’re going to get.