摘要: //跳转到应用页面NSString *str = [NSString stringWithFormat:@"http://itunes.apple.com/us/app/id%d",appid]; [[UIApplication sharedApplication] openURL:[NSURL urlWithString:str]]; //跳转到评价页面NSString *str = [NSString stringWithFormat: @"itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/vi 阅读全文
posted @ 2013-06-19 20:58 菜鸟程序猿 阅读(928) 评论(0) 推荐(0) 编辑