这是 iTunes 接口地址 ,有兴趣可以看一下,我们要用到的接口如下,xxx 处换成自己 App 的 AppId ,AppId 可以在 iTunes Connect 里面看到。

http://itunes.apple.com/lookup?id=xxx

接口返回的内容有很多,我就挑一些有用的截出来了。

{
    "resultCount" : 1,
    "results" : [{
        "artistId" : "开发者 ID",
        "artistName" : "开发者名称",
        "trackCensoredName" : "审查名称",
        "trackContentRating" : "评级",
        "trackId" : "应用程序 ID",
        "trackName" = "应用程序名称",
        "trackViewUrl" = "应用程序下载网址",
        "userRatingCount" = "用户评论数量",
        "userRatingCountForCurrentVersion" = "当前版本的用户评论数量",
        "version" = "版本号"
    }]
}
https://itunes.apple.com/cn/app/jie-zou-da-shi/id493901993?mt=8

然后将 http:// 替换为 itms:// 或者 itms-apps://

替换后的链接地址。

itms-apps://itunes.apple.com/cn/app/jie-zou-da-shi/id493901993?mt=8

 

  

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
  • 2021-08-09
  • 2021-11-21
  • 2021-10-04
  • 2021-06-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
  • 2021-11-05
  • 2021-05-01
相关资源
相似解决方案