Possible Duplicate:
How to link to apps on the app store
I want to link all my apps on my main app if that makes sense So i have a button, when the user touches it
they will be directed to this link:
However
-(IBAction)goReviewTwo:(id)sender
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunes.apple.com/gb/artist/lifevision-studios/id415139916"]];
}
This always say Request cannot be complete
. So is there a special link i need to use for it?