Log in

View Full Version : Apple app


howdy
November 22nd, 2011, 03:35 PM
How would I make my own apple app? I know it would be a lot of work, buT do any of you know how to do this?

Jufjufjuf
November 22nd, 2011, 04:07 PM
How would I make my own apple app? I know it would be a lot of work, buT do any of you know how to do this?

First, get XCode. You'll need to learn Objective-C.

Really though, if you don't know any programming at all, start with HTML, Javascript or C. Then move your way up. Also, Apple Charges a one time $99 fee to put apps on the app-store if you were wondering.

howdy
November 22nd, 2011, 04:24 PM
Thanks

TheMatrix
November 23rd, 2011, 01:29 AM
Writing an "app", or any program for that matter, takes quite a bit of work. Believe me, I know.

Start with some basic programming first. Then, move up to the higher-level stuff. Although you could just learn the library functions and what they do, it doesn't help if you need to constantly switch between documentation and code.

Good luck with it, and who knows, maybe someday your app will becime famous! ;)

SwimTech
November 24th, 2011, 02:20 AM
I am currently working on an iOS App. Its a lot of programming/coding. The SDK software package is a very extensive/intensive suite. Check out developer.apple.com/ios

Overcast
November 27th, 2011, 02:34 AM
Matrix and SwimTech are right, its lots of work and you have to know how to code. I tried it when the original SDK came out, and it blew my mind, as I didnt really know what I was getting in too. I pretty much made it just past the UI (pitiful i know), but if anyone here has ever made one, I take my hat of to you sir! (or madam)