Hi, I have problem with the link... the code is working on iphone. also
www.abc... links are working on ipad but when I put my application link don't work and says "address is invalid" what is differences iphone and ipad application links?

I just want to put a link for my other application....
my code is:
Code:
- (IBAction)reklamlink1{
NSString * appStoreLink = @"http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=415606220&mt=8";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:appStoreLink]];
}