gpt4 book ai didi

ios - 打开应用商店页面以评价我的应用

转载 作者:塔克拉玛干 更新时间:2023-11-02 10:01:33 25 4
gpt4 key购买 nike

对此很陌生,但我知道我可以使用 itms-apps://itunes.apple.com/app/idAPP_ID 作为我的应用程序的链接。我不确定如何在我的代码中使用它。如何将此链接添加到按钮?

我知道这也适用于 iOS 7。是否有我必须使用的旧样式链接才能使其适用于之前的版本?

最佳答案

使用 openURL 在点击按钮时打开 URL。 UIApplication Class Reference .

-(IBAction)appStoreButton:(id)sender {
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms-apps://itunes.apple.com/app/id653287635"]];
}

关于ios - 打开应用商店页面以评价我的应用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29607596/

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