Post

Replies

Boosts

Views

Activity

Reply to iOS 14 can't load ipa file
More information. I looked at the log of my app and this is the log: default 09:19:40.934432+0200 appstored [UPP91987DC4/it.myapp] Download failed with error: Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={NSErrorFailingURLKey=https://www.mysite.it/download/Myapp.ipa, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _NSURLErrorFailingURLSessionTaskErrorKey=BackgroundDataTask <212E2E1E-8433-4C90-86F9-73D443B2F26E>.<20>, _NSURLErrorRelatedURLSessionTaskErrorKey=( &#9;&#9;"BackgroundDataTask <212E2E1E-8433-4C90-86F9-73D443B2F26E>.<20>", &#9;&#9;"LocalDataTask <212E2E1E-8433-4C90-86F9-73D443B2F26E>.<20>" ), NSLocalizedDescription=An SSL error has occurred and a secure connection to the server cannot be made., NSErrorFailingURLStringKey=https://www.mysite.it/download/Myapp.ipa, _kCFStreamErrorDomainKey=3, _kCFStreamErrorCodeKey=-9824} It seems linked to the SSL/TLS handshake and ATS props. I looked in the info.plist of the App and there is the correct (I Assume) ATS configuration: { &#9;&#9;NSAllowsArbitraryLoads = true; } But it doesn't work. I hope I must not change the website certificate...
Sep ’20