Hello,
I've created an app in Xcode 13.4.1. Everything works, testing passed, adhoc IPA created and all needed files.
Also I've check the option no install from web, but when I run the url on my devices (both UDID added to provisioning i
When distributing, I've checked the option no install from web, but when I run the url on my devices (both UDID added to provisioning)
1- I get the message "mydomain would like to install Myapp". I click on install
2- It starts installing on iPad, but after a few seconds I get the error “Unable to install myapp”
This is the url I’m using:
itms-services://?action=download-manifest&url=itms-services://?action=download-manifest&url=myurl/manifest.plist
As all checking has been ok, what can be happening ? How can I know the error?
Thanks