程序内评价
- (IBAction) reviewPressed: (id) source {
NSString *str = @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=341086403";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
}
把"id=341086403"换成id=xxxx(自己程序的ID),即可。
还是国外的论坛资源比较丰富啊!
http://www.cocoachina.com/bbs/read.php?tid=46744