Linking Directly to App Store.URL

http://www.cnblogs.com/KidReborn/archive/2011/05/24/2055092.html

NSString *str = @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=xxxxxxxxx";
 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
xxxxxxxx改成自己程序的id号

@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftwareUpdate?..."




URL模式、与其它程序通信
http://developer.apple.com/library/ios/#featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html



Linking Directly to App Store Reviews Page
Linking Directly to App Store Update Page
英语好的同学,可以事半功倍。
English good studens

你可能感兴趣的:(app store)