I would like to provide a link to all the apps of a single author/company on the App Store from my iPhone app.
Let\'s take Ngmoco for instance. Clicking on the follo
Here's the latest answer with a link to Apples Dev guidelines and examples.
// Goes to App Store
NSString *iTunesLink = @"itms-apps://itunes.com/apps/gameloft/";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:iTunesLink]];
How to Launch App store from iOS Application
How Apple says to do it - Company Store link