gpt4 book ai didi

ios - 直接链接到 App Store 中应用程序的 "Write a Review"页面

转载 作者:技术小花猫 更新时间:2023-10-29 10:46:38 25 4
gpt4 key购买 nike

有谁知道如何直接链接到 iOS7 和 iOS8 应用商店中的“写评论”页面?

具体来说,我想转到应用评论页面,然后自动调出“写评论”屏幕(见下文),让我们应用的用户更容易写评论。

App Store Screen Shots

我看过 this postingthis posting ,其中提供了有关链接到“评论”部分的详细信息。

我的问题不同——我也想调出“写一个‘评论’”窗口。

这可能吗?如果没有,您是否可以推荐替代方案?

最佳答案

这是可能的,使用链接 -> itms-apps://itunes.apple.com/app/id\(appID)&mt=8 最后获取一个参数: ?action=write-review

let appReviewURL = "itms-apps://itunes.apple.com/app/id\(appID)?action=write-review&mt=8"
print(appReviewURL)
UIApplication.shared.open(URL(string:appReviewURL)!,options: [:])

这应该为指定的“appID”启动“写评论”页面。

关于ios - 直接链接到 App Store 中应用程序的 "Write a Review"页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26595352/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com