Iphone development [closed]
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.
- Get a Mac
- Join the developer program, download tools. Learn cocoa, Objective C
- Develop
- 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
精彩评论