美文网首页
iOS 打开AppStore指定app下载页

iOS 打开AppStore指定app下载页

作者: TryEnough | 来源:发表于2019-04-09 10:44 被阅读0次

    请支持原文 http://tryenough.com/ios-appstore

    步骤一,找到AppStore上的appid

    在pc端浏览器打开网址:https://www.apple.com/itunes/

    点击搜索你想找的应用,例如facebook:


    在连接中即可找到id。

    步骤二:代码中设置跳转到此应用

    请支持原文 http://tryenough.com/ios-appstore

    直接跳转

     [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://itunes.apple.com/app/id284882215"]];
    

    请支持原文 http://tryenough.com/ios-appstore

    相关文章

      网友评论

          本文标题:iOS 打开AppStore指定app下载页

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