I am exporting file using AdHoc and generate a link after uploading ipa file on Diawi.
When i install my app On my iphone, it is not installing. i am getting error
Unable to install, cancel or retry.
Any suggestions for the same
Thanks
I am exporting file using AdHoc and generate a link after uploading ipa file on Diawi.
When i install my app On my iphone, it is not installing. i am getting error
Unable to install, cancel or retry.
Any suggestions for the same
Thanks
1: code signing the IPA is required
a. adhoc with UUIDs (the device identifier has to be registered)
b. 'enterprise-inhouse' (requires no registration of UUIDs!)
*c. developer certificates (only devs in your home team can install those apps)
--> if you can, buy b (check if the license is appropriate)
You are very likely only having a "Developer" license with Apple, the $99 a year plan. In order for you to install ipa files onto a device, you have to register the device's UUID in your Apple Account. You can view your device UUID by connecting the device to iTune.
Enterprise license, the $299 plan does not require knowledge of device UUID.
More information is available at Can I distribute my App for any device without UDID?
I have already faced this problem for that I have sent the app through AppStore, the user can install it via testflightapp for the first time after that we can use diawi.com to distribute
When you export AdHoc build, you need to make sure that code signing identities have the device UDID on which you are trying to install. If you want to install .ipa without UDID, set code signing to none. But I am not sure exporting this way would allow you to install.