NSString *str = [NSString stringWithFormat: @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%@", @"954270"]; //954270为AppID; [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];