iOS app评分功能

2017-02-06  本文已影响28人  阿兹尔

NSString *baseUrl =[NSString stringWithFormat:@"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&id=%@",kAppId];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:baseUrl]];

kAppId 是指 app的在商店的ID

上一篇 下一篇

猜你喜欢

热点阅读