***#pragma warning AppStore評(píng)分
static NSString *APPID = @"xxxxxxxxx";//進(jìn)開(kāi)發(fā)者賬號(hào)看ID
//1.跳轉(zhuǎn)到評(píng)論頁(yè)面:itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%@
//2.跳轉(zhuǎn)到詳情頁(yè)面: itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=%@
NSString *appStoreUrl = [NSString stringWithFormat:@"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=%@",APPID];
[[UIApplication **sharedApplication]openURL:[NSURL URLWithString:appStoreUrl]];