这个地址很常用,但是很多人又不知道去哪里寻找。放在这里方便以后再用。
NSString *str = [NSString stringWithFormat:@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa /wa/viewContentsUserReviews?type=Purple+Software&id=%d", Config_MyAppID]; [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
Config_MyAppID是itunesconnect网站上对应app的Apple ID,它是一串纯数字。