LSApplicationProxy: Difference between revisions

From iPhone Development Wiki
(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...")
(No difference)

Revision as of 01:35, 30 April 2021

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