iPhone - 入门 [英] iPhone - Getting Started

查看:194
本文介绍了iPhone - 入门的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我找到了在iPhone上开发应用程序的入门文档。

I have found the "Getting Started" documents for developing apps on iPhone.


  1. 我希望社群对我应该知道/学习(在语言或概念方面)?

  1. I wanted the community's opinion on what I should know/learn (in terms of languages or concepts)?

温和的程序员学习需要多长时间并构建一个管理列表,连接到某些网站等的应用程序?

How long would it take for a moderate programmer to learn and build an app that manages a list, connects to certain websites, etc?

如何获得我在iPhone上制作的应用程序?只需ZIP然后用.ipa文件安装?

How to get an app I made onto the iPhone? Just ZIP then install with .ipa file?


推荐答案


我想要社区对我应该知道/学习的内容(就
语言或概念而言)?

I wanted the community's opinion on what I should know/learn (in terms of languages or concepts)?

您将使用Objective-C和Cocoa。如果您之前没有进行过MAC编程,这些都是相当奇怪的概念,但过了一会儿,您可能会爱上它们。 iPhone开发中最重要的概念是内存管理,因为设备没有垃圾收集的概念。

You will be using Objective-C and Cocoa. These are fairly strange concepts to crasp if you have not done MAC programming before, but after a short while you will probably fall in love with them. The most important concept to remember with iPhone development is memory management as the device has no concept of garbage collection.


一个温和的程序员需要多长时间来学习和构建一个管理列表的应用程序
,将
连接到某些网站等?

How long would it take for a moderate programmer to learn and build an app that manages a list, connects to certain websites, etc?

不要太久。互联网上有很多示例应用程序,stackoverflow.com上有很多有用的人物。

Not too long. There are a multitude of example applications on the internet, and many helpful folk on stackoverflow.com


如何获得我在苹果手机?只需ZIP然后用
.ipa文件安装?

How to get an app I made onto the iPhone? Just ZIP then install with .ipa file?

您需要下载SDK,使用xcode创建应用程序mac(或Windows的类似环境,如果有的话) - 您可以使用模拟器进行测试而不给苹果任何东西,但为了合法地测试设备,您需要成为苹果开发人员。

You will need to download the SDK, create an app using xcode on the mac (or similar environment for windows if there is one) - you can test with simulator without giving apple anything, but in order to legitimately test on device you need to become an apple developer.

但是如果你越狱你的设备,你将能够按照几种方法之一让你的应用程序在iPhone上绕过苹果限制。

However If you jailbreak your device, you will be able to follow one of several methods to get your application on the iphone bypassing apples restrictions.

这篇关于iPhone - 入门的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆