有没有办法从应用程序本身以编程方式获取自己的iTunes应用程序链接。我知道获取应用程序标识符,但不确定应用程序链接。如果是,那我该怎么办?
答案 0 :(得分:4)
你可以用这个:
https://itunes.apple.com/lookup?id=<appid>
<appid> is id of app. Result of this is JSON with info about the app.
答案 1 :(得分:1)
使用此:
https://itunes.apple.com/lookup?id=<appid>
这将返回包含应用详细信息的JSON响应,例如支持的设备,应用说明,用户评级等。
过滤JSON并在 结果 JSON
中获取 trackViewUrl 键