xcode iOS Ad-Hoc 分发
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/30834902/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iOS Ad-Hoc Distribution
提问by the_fez
I am currently finished with making an iOS app and I would like to distribute the app amongst my co-workers using ad-hoc distribution. I have only two months experience with XCode and I am confused about everything about what materials I need to send an app out to my co-workers. I don't want to make an error that I cannot reverse.
我目前已完成 iOS 应用程序的制作,我想使用临时分发在我的同事之间分发该应用程序。我只有两个月的 XCode 经验,我对将应用程序发送给我的同事需要什么材料的一切感到困惑。我不想犯一个我无法扭转的错误。
What are the essentials I need to bundle in order to distribute an app to other people?
What is a provisioning profile and is it needed to distribute an app?
Is there a way to send people an app using ad-hoc without registering their UDID's?
Lastly, is there a recent tutorial on creating a web link to distribute an app?
Would dropbox be easier?
为了向其他人分发应用程序,我需要捆绑哪些必需品?
什么是配置文件,分发应用程序是否需要它?
有没有办法在不注册他们的 UDID 的情况下使用 ad-hoc 向人们发送应用程序?
最后,最近是否有关于创建网络链接以分发应用程序的教程?
Dropbox 会更容易吗?
采纳答案by Sega-Zero
- You will need to archive your app and then export it as Ad-Hoc. No extra work need here.
- What is provisioning profile
- No
- Distribute ipa via web
- As a matter of fact, there are a lot of more handy ways. I suggest you to look at HockeyAppor Fabricwhich allows you to get more than just a deployment - it allows you to gather bugreports, self-updating and many more. Of course, don't forget about Apple's TestFlightservice, which seems to be greatly integrated into xcode 7.
- 您需要存档您的应用程序,然后将其导出为 Ad-Hoc。这里不需要额外的工作。
- 什么是配置文件
- 不
- 通过网络分发 ipa
- 事实上,还有很多更方便的方法。我建议您查看HockeyApp或Fabric,它不仅可以让您获得部署,还可以让您收集错误报告、自我更新等等。当然,别忘了苹果的TestFlight服务,它似乎已经大大集成到了xcode 7中。
回答by user992154788
Looks like the app has to be rebuild after one year when distributed this way to the users. Testing with Testflight is limited to 30 days. I did not find a way to make an app for a small company without paying 100$ to apple. Let me know if i′m wrong.
当以这种方式分发给用户时,看起来该应用程序必须在一年后重建。使用 Testflight 进行的测试限制为 30 天。我没有找到一种方法可以在不向苹果支付 100 美元的情况下为小公司制作应用程序。如果我错了,请告诉我。