2011-05-01 94 views
1

可能重複:
How to link to apps on the app store在iPhone應用上打開iTunes鏈接?

我想我所有的應用程序在我的主要的應用程序鏈接如果是有道理的 所以我有一個按鈕,當用戶觸摸它

他們將被引導至此鏈接:

http://itunes.apple.com/gb/app/idubstep/id430260356?mt=8

然而

-(IBAction)goReviewTwo:(id)sender 
{ 
    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunes.apple.com/gb/artist/lifevision-studios/id415139916"]]; 
} 

這總是說Request cannot be complete。那麼是否有我需要使用的特殊鏈接?

回答

2

有幾條線索回答這個問題。這裏是一個:thread

注意建議使用itms的註釋://代替http://

相關問題