Results 1 to 5 of 5

Thread: Programming Help

  1. #1
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default Programming Help

    I want to try to make i-pod touch apps. What language are they made in? And can you decompile apps you've downloaded to see the source code?

  2. #2
    Join Date
    Jan 2010
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    iPhone apps are written in Objective-C and use the Cocoa Touch API. It is technically a superset of C (any valid C is valid Objective-C), but the Objective-C extensions have very different syntax from vanilla C. Apple has extensive documentation available here. In order to view it you must register as an iPhone Developer (free registration)
    SOURCE: http://www.overclock.net/application...s-written.html

    Not sure if thats completely correct but lol, and not to sure if you can decomplie the apps.

  3. #3
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    I did try googling it -_-

    I didn't find it so easily, I searched quite a few times actually, tried several links, didn't find that one, but thanks should help push me into the right direction quite a bit.

  4. #4
    Join Date
    Jan 2007
    Posts
    834
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Baked0420 View Post
    I did try googling it -_-

    I didn't find it so easily, I searched quite a few times actually, tried several links, didn't find that one, but thanks should help push me into the right direction quite a bit.
    I believe Zasz knows.

    Pretty much pure code, I do use a GUI editor, kinda like scars form editor, but the rest = pure code.
    Sent him a message. He also made a texting app. This was a PM in reply from what i sent him.

  5. #5
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    that didn't really help much, pure code doesn't say which language, but it's cool, I already found out from Function, but thanks anyway, and thanks by the way Function.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •