简体   繁体   English

iTunes评论URL在iOS9中不起作用?

[英]iTunes review URL not working in iOS9?

I've been using this URL successfully on iOS 8 to direct users to my app rating URL, but it stops working on iOS 9 我已在iOS 8上成功使用此URL来将用户定向到我的应用程序评级URL,但在iOS 9上它停止工作

"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=984230464&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Black+Mouton"

I'm getting the error message: Your request produced an error. 我收到错误消息:您的请求产生了错误。 [newNullResponse] [newNullResponse]

Any solution? 有什么办法吗?

这适用于iOS 9:

NSString *reviewURL = @"itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=<#YOUR_APP_ID_HERE#>&onlyLatestVersion=true&pageNumber=0&sortOrdering=1&type=Purple+Software";

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM