如何为我的 iPod touch 编写程序?
在我知道如何为 iPod 编写一行代码之前,我不想注册为 Apple 开发人员并向 Apple 公司付款。我如何开始为我的 iPod 编写程序?
有没有一种免费的方法可以编写我自己的程序并将其加载到我自己的 iPod 中,而无需向 Apple 公司付费?可笑的是,我买了自己的 iPod,但却不能如我所愿地使用它。
谢谢。
I don't want to register as Apple Developer and pay the Apple company before I know how to write a single line of code for iPod. How could I start writing a program for my iPod?
Is there a free way to write my own program and load it into my own iPod without paying the Apple company? It's so ridiculous that I bought my own iPod but cannot use it as I wish.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您只需付费即可获得获得更多支持,并有权询问 Apple 是否会将您的应用程序放入其商店。
You only have to pay to get access to more support and for the right to ask Apple if they will put your app in their store.
您无需付费下载 iPhone SDK(也适用于 iPod touch 设备),它可以在 Apple 的 iOS SDK 开发人员页面 (http://developer.apple.com/iphone/)。但是,您必须安装 Mac OS X 才能运行它。
在学习方面,可以查看Apple的文档(可在 http:// developer.apple.com/iphone/library/navigation/index.html),但最好的学习工具绝对是书籍。您应该考虑购买 Stephen Kochan 的Objective-C 2.0 编程和 Erica Sadun 的iPhone Developer's Cookbook。
You don't have to pay to download the iPhone SDK (which works on iPod touch devices as well), it's available for free on Apple's iOS SDK Developer Page (http://developer.apple.com/iphone/). You must have Mac OS X installed to run it, however.
In terms of learning, you can look through Apple's Documentation (available at http://developer.apple.com/iphone/library/navigation/index.html), but the best tools for learning are definitely books. You should look into purchasing Programming in Objective-C 2.0 by Stephen Kochan and The iPhone Developer's Cookbook by Erica Sadun.
您只需支付 App Store 的访问权限以及在真实设备上加载应用程序的权利。
You only need to pay for access to the App Store and for rights to load your application on a real device.
您可以在此处免费注册为开发人员。如果没有专门为会员提供的工具和资源,您将很难入门。
You can register for free as a developer here. Without the tools and resources provided exclusively to members, you're going to have a very hard time getting started.
这正是我想做的!我在这里找到了解决方案:
http://ipodtoucher55.blogspot.com/2010/06/how-to-create-iphone-apps-in-flash-cs5.html
不需要付钱给苹果,不需要有Mac,但是你确实需要知道如何在 AS3 中编码(如果您了解其他语言,这太难了)
This is exactly what I wanted to do! I found the solution here:
http://ipodtoucher55.blogspot.com/2010/06/how-to-create-iphone-apps-in-flash-cs5.html
No need to pay Apple, no need to have a Mac, but you do need to know how to code in AS3 (which is too hard if you know some other languages)