如何使用 ssh 无需 IDP 将 xcode 应用程序复制到 iphone 设备
如果没有 iPhone 开发者计划,我们是否可以将应用程序推送到 iPhone 设备,绕过代码签名和配置设备。
我需要这个作为测试我的测试应用程序的一部分。 我有越狱的 Iphone 3.1.3、Xcode 3.2.5、SDK 4.1
请帮忙。
Without iPhone Developer Program, can we push the App to Iphone Device, bypassing code signing and provisoning the device.
I need this as part of testing my test app.
I do have a Jailbroken Iphone 3.1.3, Xcode 3.2.5, SDK 4.1
Pls help out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不想使用 hudson/jenkins 之类的工具进行自动测试,那么它基本上是在物理 iOS 设备上自动部署的唯一方法(您也可以使用 iOS 模拟器)。
您可以从 cydia 安装 openssh 并对应用程序文件夹 (/Applications) 执行正常的 scp。
检查这个 。
好的?
If you wan't to do kind of automatic testing with something like hudson/jenkins it's basically the only way of automating deployment on physical iOS device (you can also use the iOS simulator).
You can install openssh from cydia and do a normal scp to the application folder (/Applications).
check this.
Okay?