美文网首页
跳转到APP Store对应的应用

跳转到APP Store对应的应用

作者: 给你快乐 | 来源:发表于2016-03-10 11:53 被阅读98次

用于给我们的应用打分,需要跳转到APP Store的情况下.

点击事件里面写:

NSString *url = [NSString stringWithFormat:

@"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=%@",

@"123456789"];//@"123456789"代表应用的APP ID

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:url]];

相关文章

网友评论

      本文标题:跳转到APP Store对应的应用

      本文链接:https://www.haomeiwen.com/subject/bistlttx.html