程序內部讓用戶直接上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,它是一串純數(shù)字
浙公網安備 33010602011771號