我有一个小程序,我可以从中下载另一个应用程序, 通过去ipa的plist, 从阅读到网址需要花费大量时间,当我看到应用程序开始下降时, 有没有办法点击它不需要时间?
答案 0 :(得分:0)
let appId = "xxx"
let storeUrl = String(format: "itms-apps://itunes.apple.com/app/id%@", arguments: [appId])
UIApplication.shared.openURL(URL(string: storeUrl)!)