Post

Replies

Boosts

Views

Activity

iOS 14 Universal Links timeout error with Apple CDN
Our app is using 2 domains of Universal Links. One for our main domain, the other is provided by Adjust. iOS 12, iOS 13: Both domains work correctly. This means apple-app-site-association files are valid. iOS 14 beta 5: Adjust one is working, but main domain's Universal Links is not working. This issue has been persisting for a month. Device: iPhone XS Max, iOS 14 beta 5 SDK: iOS 14 beta 5 apple-app-site-association { &#9;"applinks": { &#9;&#9;"apps": [], &#9;&#9;"details": [ &#9;&#9;&#9;{ &#9;&#9;&#9;&#9;"appID": "XXXXXXXXX1.com.example.APP", &#9;&#9;&#9;&#9;"paths": ["NOT /aaa/", "*"] &#9;&#9;&#9;},{ &#9;&#9;&#9;&#9;"appID": "XXXXXXXXX2.com.example.APP.enterprise.production", &#9;&#9;&#9;&#9;"paths": ["NOT /aaa/", "*"] &#9;&#9;&#9;},{ &#9;&#9;&#9;&#9;"appID": "XXXXXXXXX2.com.example.APP.enterprise.staging", &#9;&#9;&#9;&#9;"paths": ["NOT /aaa/", "*"] &#9;&#9;&#9;} &#9;&#9;] &#9;} } We have not been updated this file for over a year, and no plan to change any time soon. sysdiagnose (iOS 14 beta 5) Service:&#9;&#9;&#9;&#9;&#9;&#9;&#9;applinks App ID:&#9;&#9;&#9;&#9;&#9;&#9;&#9; XXXXXXXXXX.com.example.APP App Version:&#9;&#9;&#9;&#9;&#9;4.0 App PI:&#9;&#9;&#9;&#9;&#9;&#9;&#9; <LSPersistentIdentifier 0x104e305b0> { v = 0, t = 0x8, u = 0xaf4, db = A16B541E-0D61-4813-A711-FCF89CF22411, {length = 8, bytes = 0xf40a000000000000} } Domain:&#9;&#9;&#9;&#9;&#9;&#9;&#9; app.example.com User Approval:&#9;&#9;&#9;&#9;unspecified Site/Fmwk Approval:&#9; unspecified Flags:&#9;&#9;&#9;&#9;&#9;&#9;&#9; Last Checked:&#9;&#9;&#9;&#9; 2020-08-25 04:08:09 +0000 Next Check:&#9;&#9;&#9;&#9;&#9; 2020-08-25 07:49:53 +0000 Error:&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;Error Domain=SWCErrorDomain Code=7 "SWCERR00301 Timeout -- {"cause":"context deadline exceeded (Client.Timeout exceeded while awaiting headers)"}" UserInfo={Line=274, Function=-[SWCDownloader URLSession:dataTask:didReceiveResponse:completionHandler:], NSDebugDescription=SWCERR00301 Timeout -- {"cause":"context deadline exceeded (Client.Timeout exceeded while awaiting headers)"}, UnderlyingError=Error Domain=HTTP Code=404 "(null)" UserInfo={Line=274, Function=-[SWCDownloader URLSession:dataTask:didReceiveResponse:completionHandler:]}} Retries:&#9;&#9;&#9;&#9;&#9;&#9;&#9;2 Service:&#9;&#9;&#9;&#9;&#9;&#9;&#9;applinks App ID:&#9;&#9;&#9;&#9;&#9;&#9;&#9; XXXXXXXXXX.com.example.APP App Version:&#9;&#9;&#9;&#9;&#9;4.0 App PI:&#9;&#9;&#9;&#9;&#9;&#9;&#9; <LSPersistentIdentifier 0x104e305b0> { v = 0, t = 0x8, u = 0xaf4, db = A16B541E-0D61-4813-A711-FCF89CF22411, {length = 8, bytes = 0xf40a000000000000} } Domain:&#9;&#9;&#9;&#9;&#9;&#9;&#9; xxxx.adj.st Patterns:&#9;&#9;&#9;&#9;&#9;&#9; {"/":"/*"} User Approval:&#9;&#9;&#9;&#9;unspecified Site/Fmwk Approval:&#9; approved Flags:&#9;&#9;&#9;&#9;&#9;&#9;&#9; Last Checked:&#9;&#9;&#9;&#9; 2020-08-25 04:08:09 +0000 Next Check:&#9;&#9;&#9;&#9;&#9; 2020-08-30 03:57:44 +0000 Our server is fast enough, probably located somewhere in Japan. Could you suggest me if I'm missing something, or Apple CDN has any issue crawling aasa files?
5
0
7.8k
Aug ’20