iOS评分(给个好评)

id 721996244 可以测试 

NSString *str = [NSString stringWithFormat:@"itms-apps://itunes.apple.com/app/id721996244"];

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];

原文地址:https://www.cnblogs.com/huangzs/p/4497801.html