开发者

Iphone development [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly br开发者_JS百科oad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I am new to iphone .How can i develop appstore using store kit .can any one explain the necessary steps ..Thanks in advance


1) You need a mac. If your on a budget get a macbook or mac mini.

2) Get the developer tools with the iphone SDK. This will give you GCC and all of the basic tools required. Its free but you do have to register at developer.apple.com . You can pay the $99 later on when you actually are ready to sell an app in the app store.

3) You need to know objective C. If have C experience you can pick up objective C pretty fast. I recommend "Programming in Objective-C" by Kochan

4) Learn Cocoa. The book that really opened my eyes to this was "Cocoa Programming for Mac OSX" by Aaron Hillegass. Any of the Aaron Hillegass books are great. I think he has some specific stuff to the iphone now as well.

5) Learn Cocoa Touch. I would use the online documentation. Its gotten me pretty far.

At this point your off to a good start. I highly recommend reading the apple documentation and using google. If you like to learn by looking at working code, Apple also has allot of ready made simple apps. There is allot of information out there for people willing to look it up. Don't be afraid to ask questions here but be specific and provide lots of details. No one started out knowing everything. I wish you happy learning and good luck.


  1. Get a Mac
  2. Join the developer program, download tools. Learn cocoa, Objective C
  3. Develop
  4. Send application to Apple for approval

MonoTouch allows you to use C# (or another .NET language) instead of Objective-C.


Learn Objective-C whilst creating Cocoa apps. Once you understand, learn the iPhone APIs and start to create iPhone apps

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜