gpt4 book ai didi

ios - 获取之前应用版本的应用商店信息

转载 作者:行者123 更新时间:2023-11-29 11:33:08 24 4
gpt4 key购买 nike

我的问题是关于 iTunes 连接的处理。实际上我上传了一个 1.1 版本的应用程序。我更改了描述中的文本,我想比较较新的应用商店存在的效果。但因此我需要在 1.1 版本之前编写的信息。

有没有办法从之前通过itunes connect发布的版本中获取关键字、描述、广告文字等?

最佳答案

您可以尝试 "http://itunes.apple.com/lookup?bundleId=com.app.id" 网址。你必须在其中设置你的应用程序的 bundle id 并获得你的应用程序信息的字典。

 let str = "http://itunes.apple.com/lookup?bundleId=com.app.id"
let url = URL(string: str)
Alamofire.request(url! , method: .get).responseJSON { (dataResponse) in

print(dataResponse.result.value)
}

希望对你有帮助。

关于ios - 获取之前应用版本的应用商店信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51569017/

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