如何创建iPad的可执行文件
我正在 iPad 上制作我的第一个应用程序。
我已经从 iOs Dev Portal 创建了所有开发和分发证书,并将它们添加到管理器和钥匙串中。
现在我想知道如何创建我的应用程序的可执行文件并将其发送给客户端进行测试。
请告诉我最好的解决方案是什么以及如何在我的 iPad 上安装该可执行文件
谢谢
I am making my first ever application in iPad.
I have created all my development and distribution certificates from iOs Dev Portal and added them onto the organizer and keychain.
Now i want to know that how to create an executable of my application and send that to the client for testing.
Please tell me what is the best solution for that and how to install that executable on my iPad
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你正在寻找的是苹果所说的“Ad Hoc Distribution”;如果您不喜欢 Apple 自己的文档,那么Google 搜索将会显示关于如何做到这一点的大量信息。
您不需要对测试设备进行物理访问,但需要设备的唯一标识符 (UDID)。
您可能需要考虑像 TestFlight 这样的服务,它可以自动执行将临时构建直接安装到 iOS 设备上所需的大部分工作,通过网络(而不是通过 iTunes 同步)。
What you're looking for is what Apple calls "Ad Hoc Distribution"; if you don't like Apple's own documentation then a Google search will reveal plenty of information on how to do it.
You don't need physical access to the testing device, but you do need the device's unique identifier (UDID).
You might want to consider a service like TestFlight which automates much of the work required install an ad hoc build directly onto an iOS device, over the network (rather than through iTunes sync).
据我了解,您必须将客户端设备添加为开发设备并将其插入您的开发 Mac 中才能进行测试。我不知道,企业开发帐户可能会有所不同。对于个人帐户,分发应用程序的唯一方法是通过 App Store。
我自己也想知道这一点,所以如果您发现了请更新问题。
As far as I understand, you have to add the client's device as a development device and plug it into your development Mac in order to test it. It might be different with an Enterprise development account, I don't know. With a personal account the only way to distribute your App is via App Store.
I would like to know this myself so please update the question if you find out please.