美文网首页
swift5 - 用户评价

swift5 - 用户评价

作者: promise96319 | 来源:发表于2019-07-14 15:48 被阅读0次
    let appID = "xxxxxxxxxx"
    let str = "itms-apps://itunes.apple.com/app/id\(appID)?action=write-review"
    UIApplication.shared.open(URL(string: str)!, options: [:], completionHandler: nil)
    

    相关文章

      网友评论

          本文标题:swift5 - 用户评价

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