`
zhy584520
  • 浏览: 180686 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

跳转到app评论页面

    博客分类:
  • IOS
 
阅读更多

在APP里经常会引导用户给自己的应用评分,实现代码如下:

    NSString *appID = @"584215425"; // 用developer账户登陆itunes connect创建应用时会产生一个app id
    
    NSString *appURL = [NSString stringWithFormat:@"https://itunes.apple.com/cn/app/id%@?mt=8",appID];
    
    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:appURL]];

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics