Kobold2D
1.1
Kobold2D API Reference (iOS version) for Kobold2D developers
|
#include <KKAppStoreHelper.h>
Static Public Member Functions | |
NSString * | appStoreURLforSearchTerm: (const NSString *const searchTerm) |
NSString * | artistURL: (const NSString *const artist) |
Helper methods for App Store & iTunes related things
NSString* KKAppStoreHelper::appStoreURLforSearchTerm: | ( | const NSString *const | searchTerm | ) | [static, virtual] |
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* KKAppStoreHelper::artistURL: | ( | const NSString *const | artist | ) | [static, virtual] |
Returns the URL of an artist (developer).