iphone:创建临时版本然后发送给其他人
我如何创建临时版本,然后将其发送给我的工作同事,以便他们可以在 iPhone 上查看它?
我有 udid 号码,如果有帮助的话
how can i create a provisional build and then send it to my work colleague so they can view it on their iphone?
I have there udid number if that helps
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 udid 添加到配置门户中的设备,然后生成包含该设备的新配置配置文件。使用该配置文件在 XCode 中构建临时发行版,并将生成的应用程序以及配置配置文件的副本发送给您的客户端。他们会将两者拖入 itunes 并能够在所述设备上安装该应用程序。
Add the udid to your devices in the provisioning portal, then generate a new provisioning profile that contains that device. Use the profile to build an adhoc distribution in XCode and send the resulting app with a copy of the provisioning profile to your client. They will drag both into itunes and will be able to install the app on said device.