首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >苹果的示例app-app-site- appID中的前缀指的是什么

苹果的示例app-app-site- appID中的前缀指的是什么
EN

Stack Overflow用户
提问于 2021-02-25 06:02:05
回答 1查看 22关注 0票数 0

有人知道Apple's sample apple-app-site-association snippet中应用ID前面的前缀ABCDE12345指的是什么吗

代码语言:javascript
复制
{
  "applinks": {
      "details": [
           {
             "appIDs": [ "ABCDE12345.com.example.app", "ABCDE12345.com.example.app2" ],
             "components": [
               {
                  "#": "no_universal_links",
                  "exclude": true,
                  "comment": "Matches any URL whose fragment equals no_universal_links and instructs the system not to open it as a universal link"
               },
               {
                  "/": "/buy/*",
                  "comment": "Matches any URL whose path starts with /buy/"
               },
               {
                  "/": "/help/website/*",
                  "exclude": true,
                  "comment": "Matches any URL whose path starts with /help/website/ and instructs the system not to open it as a universal link"
               },
               {
                  "/": "/help/*",
                  "?": { "articleNumber": "????" },
                  "comment": "Matches any URL whose path starts with /help/ and which has a query item with name 'articleNumber' and a value of exactly 4 characters"
               }
             ]
           }
       ]
   },
   "webcredentials": {
      "apps": [ "ABCDE12345.com.example.app" ]
   },
    "appclips": {
        "apps": ["ABCED12345.com.example.MyApp.Clip"]
    }
}
EN

回答 1

Stack Overflow用户

发布于 2021-02-25 20:57:15

它是App Store connect中的团队ID,此应用程序与

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66359459

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档