suchen

Heim  >  Fragen und Antworten  >  Hauptteil

ios - 如何跳转app特定的评论页? 网上的url 都没用?

  1. 使用 openurl 来跳转的评论页,都没有用
    2.在应用内跳转

迷茫迷茫2771 Tage vor613

Antworte allen(1)Ich werde antworten

  • PHP中文网

    PHP中文网2017-04-18 09:50:11

    从简书上找了一个网址,试了一下,可以跳转啊

    let url:String = "itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=1014939463"
    UIApplication.shared.open(URL(string: url)!, options: [:], completionHandler: nil)

    Antwort
    0
  • StornierenAntwort