程序内评价

- (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

posted @ 2012-01-06 11:16  痴人指路  阅读(132)  评论(0编辑  收藏  举报