In iOS 14 have the error with Universal Links.
apple-app-site-association file:
{
applinks: {
apps: [ ],
details: [
{
appID: "*.*.*.app",
paths: [
"/a/welcome*",
"/a/reauthenticate*",
...
]
}
]
}
}
Error from swcutil_show.txt:
Service:							applinks
App ID:							 *.*.*.app
App Version:					29.0
App PI:							 <LSPersistentIdentifier 0x15c85b7a0> { v = 0, t = 0x8, u = 0xa68, db = 18FE3197-81AC-479B-B616-5332AAB04064, {length = 8, bytes = 0x680a000000000000} }
Domain:							 app.com
User Approval:				unspecified
Site/Fmwk Approval:	 unspecified
Flags:								
Last Checked:				 2020-12-08 21:46:07 +0000
Next Check:					 2020-12-09 01:30:46 +0000
Error:								Error Domain=SWCErrorDomain Code=7 "SWCERR00401 Bad JSON content -- {"cause":"invalid character '\u003c' looking for beginning of value"}" UserInfo={Line=274, Function=-[SWCDownloader URLSession:dataTask:didReceiveResponse:completionHandler:], NSDebugDescription=SWCERR00401 Bad JSON content -- {"cause":"invalid character '\u003c' looking for beginning of value"}, UnderlyingError=Error Domain=HTTP Code=404 "(null)" UserInfo={Line=274, Function=-[SWCDownloader URLSession:dataTask:didReceiveResponse:completionHandler:]}}
Retries:							1
Thanks!