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)
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
网友评论