LSApplicationProxy

From iPhone Development Wiki
Revision as of 01:35, 30 April 2021 by MTAC (talk | contribs) (Created page with "'''LSApplicationProxy''' is an object that provides information about App Store applications via a proxy. === Note: Does not work for system apps === == Using LSApplicationP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

LSApplicationProxy is an object that provides information about App Store applications via a proxy.

Note: Does not work for system apps

Using LSApplicationProxy in your project

Add SpringBoardServices to your Makefile

Tweak_PRIVATE_FRAMEWORKS = SpringBoardServices

Creating an application proxy

LSApplicationProxy *proxy = [LSApplicationProxy applicationProxyForIdentifier:bundleIdentifier];
NSString *genre = [proxy genre];