Search code examples
iosios6

CFBundleVersion of another app on the device


I can get the version of my app by doing this:

[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleVersion"]

But how do I get the version of another app on the device? I want to know if an app is up to date for valid document sharing.


Solution

  • You cannot get the version of another app. If you can control the other app add a new url scheme to the new version of the app.