hi everyone,
is there any way i can have an access to the name of applications that are installed in the current device in my app. is there any api's to get hold of this.
thanks
hi everyone,
is there any way i can have an access to the name of applications that are installed in the current device in my app. is there any api's to get hold of this.
thanks
Not with documented methods. Why do you want to know what other apps the user has installed anyway?
With undocumented methods, you could use (usual warnings apply):
SBSCopyApplicationDisplayIdentifiers(false, false);
GSSystemCopyCapability(kGSApplicationInstallationCapability);
... lockdown_copy_value(kLockdownNotificationApplicationInstalled); ...