是否可以在不连接设备的情况下在设备(ipad/iphone)上测试应用程序?
这不是一个关于避免向苹果付款的问题,我的老板毫不犹豫地支付 99 美元的注册费来完成签名证书的工作。越狱不是一种选择。
我正在为一位客户开发应用程序,他们想要在其设备上测试/预览该应用程序,然后前往办公室开会讨论下一步如何处理该应用程序。
问题 1. 在进行研究并找到有关如何在设备上进行测试的指南 (http://mobiforge.com/developing/story/deploying-iphone-apps-real-devices) 之后,他们似乎都说该设备必须是连接以便进行测试这是唯一的方法吗?
问题 2. 另外,如果我确实让他们来到办公室并设置设备进行测试,我将来是否能够在不连接设备的情况下对其进行测试?我能以某种方式发送给他们吗?
问题 3. 分发究竟是如何进行的?您是否制作了一个私人应用程序或其他应用程序,以便只有开发该应用程序的客户才能使用它,而不能将其放在应用程序商店中?
预先感谢您提供的任何帮助/建议或为我指明正确方向的链接。
This is NOT a question about avoiding to pay apple, my boss has no problem paying the $99 enrolling fee to do the signing certificate stuff. Jailbreaking is not an option.
I have a customer that I am developing an app for, and they want to test/preview the app on their device, before traveling to the office to have a meeting about what to do with the app next.
Q 1. After doing research and finding guides on how to test on a device (http://mobiforge.com/developing/story/deploying-iphone-apps-real-devices) they all seem to say that the device has to be connected in order to be tested on is this the only way?
Q 2. Also, if I do get them to come into the office and set the device up to be tested on, will i be able to test it in the future without it being connect? Will I be able to somehow send them it?
Q 3. How exactly does distributing work, do you make a private app or something so only the customer that is having the app developed can use it, and not have it on the app store?
Thanks in advance for any help/advice you can give or a link to point me in the right direction.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是它的缺点。
如果您需要链接,我可以提供它们,但这就是它的工作原理。
将来,如果您使用该证书进行构建,用户只需重新安装该应用程序。如果用户没有连接到计算机,您将不会获得调试信息,但他们可以随心所欲地运行它。
证书会在一段时间后过期,因此您必须每隔一段时间就获取一个新证书。但这并不是什么大问题。
Here's the short of it.
If you need links, I can provide them, but this is how it works.
In the future, if you build with that certificate, the user only has to re-install the application. If the user is not connected to a Computer, you won't get Debug information, but they can run it to their hearts content.
Certificates expire after a while, so you'll have to get a new one every once and a while. But it's not that much of an issue.