Inherits from NSObject
Declared in KKAppStoreHelper.h

Overview

Helper methods for App Store & iTunes related things

Tasks

  • + appStoreURLforSearchTerm:

    Creates an App Store URL for the iPhone’s App Store that shows the desired search term. This seems to be the only way to show all the Apps of a particular company. Original code obtained from here: http://arstechnica.com/apple/news/2008/12/linking-to-the-stars-hacking-itunes-to-solicit-reviews.ars

  • + artistURL:

    Returns the URL of an artist (developer).

Class Methods

appStoreURLforSearchTerm:

Creates an App Store URL for the iPhone’s App Store that shows the desired search term. This seems to be the only way to show all the Apps of a particular company. Original code obtained from here: http://arstechnica.com/apple/news/2008/12/linking-to-the-stars-hacking-itunes-to-solicit-reviews.ars

+ (NSString *)appStoreURLforSearchTerm:(const NSString *const)searchTerm

Declared In

KKAppStoreHelper.h

artistURL:

Returns the URL of an artist (developer).

+ (NSString *)artistURL:(const NSString *const)artist

Declared In

KKAppStoreHelper.h