简体   繁体   English

我可以在没有UDID的任何iPhone设备上安装.ipa吗?

[英]Can I install .ipa in any iphone device without UDID?

I have an objective c application, I want save an .ipa and send this file to any person. 我有一个目标C应用程序,我想保存一个.ipa并将此文件发送给任何人。 I'm trying to generate this from xcode->product->archive 我正在尝试从xcode-> product-> archive生成此文件

I'm trying install this to device dragging and dropping the .ipa to iTunes, but this not work. 我正在尝试将此安装到设备上,然后将.ipa拖放到iTunes,但这无法正常工作。 Show installing, the icon is showed a second on the iphone, but this is deleted automatically... But I haven't udid of other devices. 显示正在安装,该图标在iphone上显示了第二个,但这会自动删除...但是我还没有研究其他设备。

It's possible? 这是可能的? How can I do this? 我怎样才能做到这一点?

Import ipa to your itunes. 将ipa导入到您的iTunes。 Connect your iphone to iTunes then install application just by click on install and then sync. 将您的iPhone连接到iTunes,然后单击“安装”即可安装应用程序,然后进行同步。

or 要么

Upload your ipa file to diawi server (it is free) where if you open the link through your browser , then it automatically asks you for an install option. 将您的ipa文件上传到diawi服务器(免费),在该服务器中,如果您通过浏览器打开链接,则它会自动要求您提供安装选项。

I have an approach for you, May be it will help for you: 我为您提供一种方法,也许会对您有所帮助:

  1. You have update your provisioning profile with containing all UDIDs you want. 您已使用包含所需的所有UDID更新了配置文件。
  2. If you want to go with another way, You can install your ipa in this way: Click on window menu of Xcode-> Devices, you will see your connected device and see no of apps installed in your device. 如果您想采用其他方法,则可以通过以下方式安装ipa:单击Xco​​de-> Devices的窗口菜单,您将看到已连接的设备,并且看不到设备中已安装的任何应用程序。 Drag your ipa in that area. 将您的ipa拖动到该区域。

If you have Apple Developer account, you will create app from Itunes Connect and App TestFlight add Internal Testing user. 如果您拥有Apple Developer帐户,则将通过Itunes Connect创建应用程序,并通过App TestFlight添加内部测试用户。 You just need email address which device use AppStore. 您只需要哪个设备使用AppStore的电子邮件地址。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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