Is there an easier way to get the path to an iOS application, than searching /var/mobile/Applications?
/var/mobile/Applications
I know both the name and the bundle identifier, h
If running in an app, you can define:
extern NSString* SBSCopyBundlePathForDisplayIdentifier(NSString* bundleId);
and link to the SpringboardServices framework.
SpringboardServices