xcode iPhone:仅用于学习的免费开发者证书
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1935866/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iPhone: Free developer certificate just for learning
提问by fabian
i was wondering if i can get a iphone developer certificate for free? I just want to learn objective-c and iphone development.
我想知道我是否可以免费获得 iphone 开发者证书?我只是想学习objective-c和iphone开发。
// No, the xCode iPhone Simulator don't have an accelerometer etc.
// 不,xCode iPhone 模拟器没有加速度计等。
g.
G。
回答by Jonatan Hedborg
As far as I know, no. It's not possible to get into the dev program without coughing up the dough :)
据我所知,没有。不吐出面团是不可能进入开发程序的:)
The dev kit (with the simulator) is good enough for most uses though, and you can certainly learn to develop on the iphone though that. As you mentioned, you don't get access to certain features, but such is life.
开发工具包(带有模拟器)对于大多数用途来说已经足够了,尽管如此,您当然可以学习在 iphone 上进行开发。正如您所提到的,您无法访问某些功能,但这就是生活。
回答by James Raybould
As everyone has already said you can't get a free certificate. If however your at university it might be worth asking around the various departments to see if they have signed up for a university licence, this is how I've got my development certificate.
正如每个人已经说过的那样,您无法获得免费证书。然而,如果你在大学里,可能值得询问各个部门,看看他们是否已经签署了大学执照,这就是我获得发展证书的方式。
回答by TechZen
The free developers kit that provides the simulator will let you learn how to do 90% of iPhone coding without having to use an iPhone. If you're new to iPhone development and don't know for certain you will be releasing apps for it, I think the getting an actual developer's license is a waste of money.
提供模拟器的免费开发工具包将让您学习如何在不使用 iPhone 的情况下完成 90% 的 iPhone 编码。如果您是 iPhone 开发的新手并且不确定您会为它发布应用程序,我认为获得实际的开发人员许可证是浪费金钱。
Instead, get the free stuff and use it to learn the ropes and then only get the license if and when you decide you what to learn the last 10% and/or release an app.
相反,获得免费的东西并用它来学习绳索,然后只有在您决定学习最后 10% 的内容和/或发布应用程序时才获得许可证。
回答by Doz
By jailbreaking your phone, you will not be able to always update your phone to the latest version, and therefore as a developer will face the problem when you sync your phone to your computer to test your code, that you will not be doing it with the latest version and Apple do not look kindly to people who release software that is older than the latest version available
通过越狱手机,您将无法始终将手机更新到最新版本,因此作为开发人员,当您将手机同步到计算机以测试您的代码时,您将面临这个问题,您将不会这样做最新版本和 Apple 对发布比可用最新版本旧的软件的人不友好
回答by extraneon
You should check out Apple's developerwebsite. They have objective-c and iPhone development tutorials there.
您应该查看Apple 的开发者网站。他们在那里有 Objective-c 和 iPhone 开发教程。