1
可能重複:
How to link to apps on the app store在iPhone應用上打開iTunes鏈接?
我想我所有的應用程序在我的主要的應用程序鏈接如果是有道理的 所以我有一個按鈕,當用戶觸摸它
他們將被引導至此鏈接:
然而
-(IBAction)goReviewTwo:(id)sender
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://itunes.apple.com/gb/artist/lifevision-studios/id415139916"]];
}
這總是說Request cannot be complete
。那麼是否有我需要使用的特殊鏈接?