search

Home  >  Q&A  >  body text

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

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

迷茫迷茫2771 days ago615

reply all(1)I'll reply

  • PHP中文网

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

    I found a URL from Jianshu and tried it. It can be redirected

    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)

    reply
    0
  • Cancelreply