从url打开应用程序 - ios 10

时间:2017-09-25 11:52:19

标签: ios xcode8 xcode9

我有一个小程序,我可以从中下载另一个应用程序, 通过去ipa的plist, 从阅读到网址需要花费大量时间,当我看到应用程序开始下降时, 有没有办法点击它不需要时间?

1 个答案:

答案 0 :(得分:0)

                let appId = "xxx"
            let storeUrl = String(format: "itms-apps://itunes.apple.com/app/id%@", arguments: [appId])
            UIApplication.shared.openURL(URL(string: storeUrl)!)