2015-10-09 26 views
3
*I have error message from API Validation Tool from Apple* 

     **The apple-app-site-association file was found but it doesn’t follow the required format. Learn how to format the apple-app-site-association file.** 

    *My apple-app-site-association file: 

     { 
      "applinks": { 
       "apps": [], 
       "details": [ 
        { 
         "appID": "TeamId.com.Company.AppName", 
         "paths": [ 
          "/path1-*", 
          "/path2", 
          "/path3-*", 
          "/path4" 
         ] 
        } 
       ] 
      } 
    }  

我從WWDC 2015「無縫鏈接到您的應用程序」和「介紹搜索API」中看到了這些視頻,並閱讀了此應用程序搜索編程指南。蘋果應用程序站點關聯文件格式錯誤

我的網站有一個SSL證書(由權威機構認證)和我的蘋果應用程序站點關聯裏面https://www.mywebsite.com/apple-app-site-association

我不知道什麼是錯的文件。我認爲語法錯誤可能是,但我不能看到它。*

回答

2

好像你應該用你的REAL TeamId和REAL捆綁ID替換TeamId.com.Company.AppName。

看這一個〔實施例 https://routes.tips/apple-app-site-association

它`也沒有簽名,但工作並通過驗證

+0

否我的團隊ID和捆綁ID是否正確,我已經檢查過它們沒有問題 – alpersenyurt

0

逗人

有大約TeamID多了一個問題,尤其是在一個以上的應用程序一個會議室。

use the App IDs prefix進入app-app-site-assiciation的appID。

相關問題