if SYHelper_Base.systemVersionIOS5() { feedStr = "itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=\(appId)" }else{ feedStr = "itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=994077755" } UIApplication.sharedApplication().openURL(NSURL(string: feedStr)!)
时间: 2024-10-02 21:46:07