app store给应用评分功能

//评分功能

                NSString *str = [NSStringstringWithFormat: @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%@", _strAppID]; _strAppID为app id

                [[UIApplicationsharedApplication] openURL:[NSURLURLWithString:str]];

 

//应用下载地址

@"https://itunes.apple.com/hk/app/apple-store/id(app id)?mt=8"

 

posted @ 2012-07-09 10:41  阳芳  阅读(339)  评论(0)    收藏  举报