读书人

跳转到app评述页面

发布时间: 2013-05-02 09:39:29 作者: rapoo

跳转到app评论页面

在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]];

?

读书人网 >移动开发

热点推荐