为越狱的 iPad 进行开发
我是 iOS 和 MacO 编程新手,所以请原谅我在这里问一个愚蠢的问题。
但我想知道我是否真的需要 iOS 开发人员许可证,或者我可以越狱我的 iPad,然后为其进行开发。我可以将免费版本的 Xcode 与后者一起使用吗? 或者我仍然需要获得许可证才能获取 iOS Xcode?
并不是说我喜欢软件,但越狱是合法的(我住的地方),所以如果我只是为了发布应用程序而购买开发者许可证,我会推迟这直到有必要。
I'm new to programming for iOS and on MacOs, so excuse me for asking a dumb question here.
But I wonder if I really need the iOS developer license or that I can jailbreak my iPad and then just develop for it. Would I be able to use the free version of Xcode with the latter?
Or would I still need to get the license to get the iOS Xcode?
Not that I am into warez, but jailbreaking is legal (where I live), so if I would buy the developer license just to publish apps, I would postpone this untill necessary.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有一个名为 Jailcoder 的应用程序,我在一篇现已删除的帖子中发现了它 (https://apple.stackexchange.com/a/34802 /8699)。它设置 Xcode 和单独的项目文件,以便生成的应用程序可以在没有开发人员许可证的情况下在越狱的 iOS 设备上运行(并且显然可以恢复更改,尽管我还没有尝试过)。
有关监狱编码器的更多信息:http://web. archive.org/web/20130306030505/http://oneiros.altervista.org/jailcoder/
There's an app called Jailcoder, which I discovered in a now deleted post (https://apple.stackexchange.com/a/34802/8699). It sets up Xcode and indvidual project files so that the resulting apps can be run on jailbroken iOS devices without a developer's license (and can apparently revert the changes, though I haven't tried this).
More info on jailcoder: http://web.archive.org/web/20130306030505/http://oneiros.altervista.org/jailcoder/
您只需使用免费版本的开发者许可证即可在模拟器上开发 iOS 应用程序。唯一的缺点是某些硬件接口(核心定位、陀螺仪/加速计等)无法使用模拟器进行测试。如果您不需要立即使用这些东西,只需使用免费许可证,然后在准备好时购买真正的许可证。
You can just use the free version of the developer license which will allow you to develop iOS apps on the simulator. The only downside is that some hardware interfaces (core location, gyro/accelerometer, etc) cannot be tested with the simulator. If you don't need that stuff immediately just use the free license and then purchase the real license when you are ready to go.
开始越狱 iPhone 开发是一篇由两部分组成的文章,讲述了你如何开始。我还没有尝试过这个,但看起来确实是从通过如何在设备上启动越狱应用程序来设置工具开始的。有文章第二部分的链接。根本没有提到需要开发人员许可证。
文章还提到了一个名为 Theos 的工具,它简化了整个过程。
我希望这有帮助。
Beginning Jailbroken iPhone Development is a two-part article that tells you how to get started. I haven't tried this, but it does look like it starts with setting up your tools through how to launch the jailbroken app on your device. There is a link to the second part of the article. There is no mention of needing a developer's license at all.
The article also refers to a tool called Theos, which simplifies the whole process.
I hope this helps.