The resource could not be loaded because the App Transport Security policy requires the use of a secure connection in iOS14

Installation failed with log Error Domain=NSURLErrorDomain Code=-1022
The resource could not be loaded because the App Transport Security policy requires the use of a secure connection
using OTA generated link .
Same link working iOS13.
Same application able to install via apple store / ipa in iOS 14
How to resolve this?

The issue resolved by having the ipa file and OTA link generated inside a server which has secured certificate.

Means OTA link should point to https URL + linked ipa URL in the OTA URL also should point to https

The resource could not be loaded because the App Transport Security policy requires the use of a secure connection in iOS14
 
 
Q