iPhone应用程序在设备上运行

发布于 2024-10-14 11:49:13 字数 256 浏览 3 评论 0原文

完成这个的简单方法是什么..?

我正在开发一个 iPhone 应用程序,并且也已将我的应用程序安装在我的 iPod touch 中。我把它展示给我的一个朋友,他希望我安装在他的 iPod touch 上。我在他的 mac 中加载了 xcode 项目,一切正常。现在我需要让这个应用程序在他的设备上运行。我怎样才能做到这一点..???

由于某种原因,我无法访问我在设备上安装的个人 Mac。

此外,他的设备未与他的 iTunes 同步,并且他不想同步。

WHats the easy way to accomplish this ..??

I am developing an iphone app and have also got my app installed in my ipod touch. I showed it to a friend of mine and he wants me to install in his ipod touch. I loaded the xcode project in his mac and everything works fine. Now I need to make this app run on his device. How can I do this ..???

For some reason I don't have access to the my personal mac through which I installed on my device.

Also his device is not sync to his itunes and he does not want to sync it.

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

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

发布评论

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

评论(3

淑女气质 2024-10-21 11:49:13

请参阅 无线安装应用程序。不用担心企业帐户要求,这不再是必要的。

您需要在配置门户中注册朋友的设备,并使用引用该设备的配置配置文件对应用程序进行数字签名。

See Installing Apps Wirelessly. Don't worry about the enterprise account requirement, that's not necessary any more.

You'll need to register your friend's device in the Provisioning Portal and digitally sign the app with a provisioning profile that references that device.

只怪假的太真实 2024-10-21 11:49:13

您朋友的设备需要添加到您的配置文件中。如果您朋友的设备 UDID 未在您的开发者帐户中注册且未在配置文件中,则它将无法安装。

Your friend's device needs to be added to your provisioning file. If your friend's device UDID is not registered with your developer account and not in the provisioning file, then it won't install.

∝单色的世界 2024-10-21 11:49:13

您将需要访问您的个人 Mac 来获取开发人员证书和/或开发人员证书的私钥。

然后,在 iOS 开发者门户中添加朋友的 iPhone 的 UDID 后,您可以创建一个 mobileprovision,允许您构建可安装在该 iPhone 上的应用程序。

您可以通过 iTunes 将此应用程序和 mobileprovision 文件同步到 iPhone,或者如果您不想同步,则稍微复杂一点,将移动配置以适当的格式打包到服务器上以进行无线安装。

You will need access to your personal Mac for your Developer certificate and/or the private key for your Developer certificate.

Then after you add your friend's iPhone's UDID in the iOS Developer Portal, you can create a mobileprovision that will allow you to build an app that can be be installed on this iPhone.

You can sync this app and the mobileprovision file to the iPhone via iTunes, or slightly more complicated if you don't want to sync, put on a server with the mobile provision packaged in an appropriate format for wireless installation.

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