跳转到AppStore下载

    //跳转到appstore界面
    if (self.dItem.itunesUrl) {
        //[[UIApplication sharedApplication] openURL:[NSURL URLWithString:self.dItem.itunesUrl]];
        NSString *url = [@"One://" stringByAppendingString:@"123456"];
        [[UIApplication sharedApplication] openURL:[NSURL URLWithString:url]];
    }

posted on 2015-09-07 14:32  Baymax01  阅读(266)  评论(0编辑  收藏  举报

导航