1 怎么调用ios系统分享页面呢
2 没有跳转到游戏评价的链接地址


[html] view plain copy
-(void)goToAppStore
{
NSString *str = [NSString stringWithFormat:
@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%d",547203890];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
}
---------------程序中提醒用户进去App Store 评分 跳转 http://blog.csdn.net/justinjing0612/article/details/8218400----------
2 没有跳转到游戏评价的链接地址


[html] view plain copy
-(void)goToAppStore
{
NSString *str = [NSString stringWithFormat:
@"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=%d",547203890];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
}
---------------程序中提醒用户进去App Store 评分 跳转 http://blog.csdn.net/justinjing0612/article/details/8218400----------


