内部 iPhone 应用程序分发
我有企业开发者帐户。 现在我有 2 个疑问 1. 当我使用此配置文件和请求的证书时,我收到代码签名错误。 2. 如何使用该账号分发应用-企业账号
尽快回复 谢谢
i have enterprise developer account.
Now i m having 2 queries
1. I m getting code sign error while i use this profile and requested certificate.
2. How to distribute app with this account - enterprise account
Reply asap
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有两种方法可以分发您的应用程序。一种是通过您喜欢的任何方式(电子邮件、Web 服务器、拇指驱动器等)将文件(用户需要应用程序和配置文件)传送到用户的计算机,并让用户通过以下方式安装应用程序:将这些文件拖到他们的 iTunes 资料库中。另一种方法是将您的应用程序托管在网络服务器上并将其直接分发到用户的设备。 Apple 的这两种方法的说明位于此处。
很难说是什么导致了代码签名错误。过去对我有帮助的是仔细阅读错误以寻找线索,有时还用谷歌搜索确切的错误消息。确保您的权利文件设置正确——对此的要求似乎在某些时候发生了变化。
There are two ways to distribute your app. One is to deliver the files (users will need both the app and a provision profile) to your users' computers by whatever means you like (e-mail, web server, thumb drive, etc.) and have your users install the app by dragging those files into their iTunes library. The other way is to host your app on a web server and distribute it directly to users' devices. Apple's instructions for both methods are here.
It's hard to say what's causing your code signing error. What's helped me in the past is to read the error carefully for clues, and sometimes Google the exact error message. Make sure you've got your Entitlements file set correctly -- requirements for this seem to have changed at some point.
无线部署应用程序的另一种方法是使用类似 TestFlight。
An alternative way of deploying apps wirelessly which requires almost zero setup on your end (in case you don't want to spend the time needed for that) is to use something like TestFlight.