0

We distribute enterprise apps via our own web site. Starting with iOS 14, we are unable to download apps. The error message is "Unable to install appname. Please try again later."

TychaBrahe
  • 55
  • 6

2 Answers2

0

The error was resolved by updating the server's TLS to v1.2.

TychaBrahe
  • 55
  • 6
0

Check your app.plist and make sure you use https in software-package url setting. Same thing for install url (itms-services://?action=download-manifest&url=https:\...)

This should resolve the issue