美文网首页
AppStore url跳转链接

AppStore url跳转链接

作者: CDLOG | 来源:发表于2018-08-24 14:57 被阅读13次

    只需要把id后面的数字改成自己的就行了

    应用内跳转

    NSString * number = [NSString stringWithFormat:@"itms-apps://itunes.apple.com/cn/app/id1110259390?mt=8"];
        [[UIApplication sharedApplication] openURL:[NSURL URLWithString:number]];
    

    浏览器跳转链接

    1,https://itunes.apple.com/cn/app/id1110259390?l=zh&ls=1&mt=8

    相关文章

      网友评论

          本文标题:AppStore url跳转链接

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