What is Apple SDK and how do I use it?

Nicholas

New member
Ok so I am thinking about becoming an app developer. Is Apple SDK the program you use to make the app or does it just help you make apps? Do I need any knowledge on making apps before I become an app developer or does Apple SDK teach me most of it? Am I required to use my own app creating software or is Apple SDK the only app creating software you use? I am just confused just tell me what I need to know and how to get started on app development.
 
SDK = Software Development Kit (though in Apple's case, I might replace the word 'Software' with another 4 letter word beginning with 'S')

You need to know Objective-C and have the patience to use xcode, a poor IDE. If you're really interested, I recommend looking at examples online.
 
Back
Top