iphone 如何将我的项目构建发送给其他人
我的同事要求我发送一个版本,以便他可以在他的手机上安装该应用程序来测试它。我今天需要将此申请发送给他。一个构建就是。并不是实际的项目,只是需要正确的文件,以便他可以将其安装在他的 iPhone 上。
这就是我所做的。 我已将其 UDID 添加到配置门户中的新设备中。 然后我用我的应用程序 ID 创建了一个新的配置文件。
在配置门户上,我刚刚创建的新配置文件旁边的配置文件部分中有一个选项,我可以在其中将配置文件下载到我的桌面上。
从这里做什么?
my work colleague is asking me to send a build so that he can install the application on his phone to test it. I need to send this application to him today. a build that is. not the actualy project just the correct files needed so he can install it on his iphone.
Heres what I've done.
Ive added his UDID to a new device in the provisioning portal.
then i created a new provisioning profile with my app id.
On the provisioning portal there is an option in the profile section next to that new profile i just created where i can download the profile onto my desktop.
What do do from here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
按照门户上的步骤创建临时版本和证书。
看下面的链接,需要登录Apple。
http://developer.apple.com/ios/manage/distribution/distribution.action
Follow the steps on the portal to creating an ad hoc build and certificate.
Look at the following link, will require login to Apple.
http://developer.apple.com/ios/manage/distribution/distribution.action
Craig Hockenberry 在这里也提供了关于使用临时配置进行 Beta 测试的精彩文章:http://furbo.org/2008/08/06/beta-testing-on-iphone-20/
Craig Hockenberry gives an excellent write up on beta testing with ad hoc provisioning here as well: http://furbo.org/2008/08/06/beta-testing-on-iphone-20/
使用 TestFlight:我写过关于 为您的客户提供移动应用程序构建,其中包括一个简短的教程,其中包含有关如何使用 TestFlight 的屏幕截图。
Use TestFlight: I've blogged about Getting mobile app builds to your customers which includes a brief tutorial with screenshots on how to use TestFlight.