无需加入开发者计划即可分发 iOS 应用程序
我写了一个简单的应用程序。我没有加入“iOS 开发者计划”,即我无法在 AppStore 上发布。但我想向一位使用 iPad 的朋友展示该应用程序。我怎样才能做到呢?朋友们的iPad需要越狱吗? “计划”中的其他人是否有可能为我发布该应用程序?
I wrote a simple app. I'm not in "iOS Developer Program", i.e. I cannot publish on AppStore. But I would like to show the app to a friend who as an iPad. How can I manage to do it? Does the friends needs to jail-break his iPad? Is it possible that someone else who is in the "Program" will publish the app for me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 Cydia Impactor 将未签名的应用程序安装到“被监禁”的 iPad 上。该应用程序只能使用两周,直到必须与 Cydia Impactor 一起退出。
https://www.shoutpedia.com /use-cydia-impactor-install-ipa-apps-iphone-without-jailbreak/
You can use Cydia Impactor to install unsigned apps onto the “jailed” iPad. The app will only be available for two weeks until it has to be resigned with Cydia Impactor.
https://www.shoutpedia.com/use-cydia-impactor-install-ipa-apps-iphone-without-jailbreak/
如果你的朋友有越狱的iPad,你可以制作ipa文件并安装在他的设备上。您可以使用 XCode 3.x 中的“Build&Archive”命令或 XCode 4 中的“Archive”命令来制作 ipa 文件。
如果没有 iOS 开发者计划,您就无法在未越狱的设备上安装您的应用程序。
If you friends has jail-breaken iPad, you can make ipa-file and install on his device. You can make ipa-file with command "Build&Archive" in XCode 3.x or "Archive" in XCode 4.
And you have no ways to install your app on not jail-breaken devices without iOS Developer Program.