ios - 如何跳转app特定的评论页? 网上的url 都没用?
迷茫
迷茫 2017-04-18 09:48:11
0
1
609
  1. 使用 openurl 来跳转的评论页,都没有用
    2.在应用内跳转

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(1)
洪涛

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)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template