简体   繁体   中英

How to distribute ios app without UUID

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

for installing it you have 3 options to sign it

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)

我已经遇到了这个问题,因为我已经通过AppStore发送了该应用程序,用户可以通过diawi.com首次通过testflightapp安装该应用程序

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM