独狼

导航

程序内部让用户直接上appstore评价游戏的链接地址以及跳转方法

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,它是一串纯数字

posted on 2014-11-07 12:30  独狼  阅读(271)  评论(0编辑  收藏  举报