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)

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];