不连接设备测试IOS应用程序?

发布于 2024-12-14 02:36:51 字数 203 浏览 1 评论 0原文

我和我的一个朋友正在远程开发 iPad 应用程序。我希望他能够测试该应用程序,但必须以某种方式远程完成。他正在做图形方面的工作,但不知道如何运行 Xcode 和编译代码。

我希望能够发送一个可以在他的设备上运行的应用程序文件。我知道这是可能的,但是有人能给我指点某种指南吗?

我已将他的设备添加到我的配置文件中,但不确定下一步是什么。

非常感谢

Me and a friend of mine are working on an iPad app remotely. I want him to be able to test the application but it has to be done remotely somehow. He's doing the graphics bits and doesnt know how to run Xcode and compile code.

I want to be able to send an app file that he can run on his device. I know it is possible, but can anyone point me to a guide of some sort?

I have added his device into my provisioning profile, but not sure what the next step is.

Many thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

七秒鱼° 2024-12-21 02:36:51

神奇的词是AdHoc,您可以在苹果的开发者门户中找到有关它的更多信息。

以下是创建应用程序的方法,您可以将其与您的临时个人资料一起发送给您的朋友。
http://diaryofacodemonkey.ruprect.com/2011/03 /18/ad-hoc-app-distribution-with-xcode-4/

你也可以看看 https://testflightapp.com

The magic word is AdHoc, you can find more information about it in apple's developer portal.

And here is a how to create the App, that you can send with your ad hoc profile to your friend.
http://diaryofacodemonkey.ruprect.com/2011/03/18/ad-hoc-app-distribution-with-xcode-4/

Also you can take a look at https://testflightapp.com

岁月无声 2024-12-21 02:36:51

您需要搜索的术语是临时分发。

您需要在配置门户中创建分发配置文件,并在构建存档时使用此配置文件对您的应用程序进行签名。

然后,您可以存档您的项目并通过电子邮件发送 .ipa 文件,您的合作伙伴可以使用 iTunes 将其加载到他的设备上。

The term you need to search for is ad-hoc distribution.

You will need to create a distribution profile in the provisioning portal and use this profile to sign your app when building for archive.

You can then archive your project and send an .ipa file via email which your partner can load onto his device using iTunes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文