Apple 示例 apple-app-site-association appID 中的前缀指的是什么

问题描述

有谁知道应用 ID 前面的前缀 ABCDE12345Apple's sample apple-app-site-association snippet 中指的是什么?

{
  "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/*","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"]
    }
}

解决方法

它是App Store connect中的TEAM ID,此应用关联