What tools do i need to develop iphone applications?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phpfreak2007
    New Member
    • Sep 2007
    • 31

    What tools do i need to develop iphone applications?

    Hello,

    I am new to mobile application. I want to make simple application for iPhone. I don't know how to build iphone application.
    Is MAC OS compulsary to build application.
    I want to know tools required for .net 2008 and Java to develop application for iPhone.

    If anyone have idea about this then please reply.

    Thanks in advance.
  • artov
    New Member
    • Jul 2008
    • 40

    #2
    I guess only change you have is to try mono. Check [Mono] View of /trunk/mono/build-iphone.sh for how to build mono for IPhone. Of course, if you are new to mobile developing, installing mono from sources might be hard; I don't know.

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      iPhone's claim to run mac osX, so whatever you would use to develope for osX should work (I would think?)
      There might be a mono distrib for osX?

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        I've moved your question to the Mobile Development forum.
        Hope you can get more help on the problem here.

        -Moderator Frinny

        Comment

        • phpfreak2007
          New Member
          • Sep 2007
          • 31

          #5
          I want to build iPhone application On Windows OS and dont want to use MAC OS.
          Is it possible to build in .net 2008 with MVC or I need to use mono??
          I don't know how to use mono and mobile application development in .net.

          Comment

          • Plater
            Recognized Expert Expert
            • Apr 2007
            • 7872

            #6
            You want to build a windows application.... to run on a MAC OS?
            I am pretty sure you will need to use mono, or some other language that will actually run on the MAC OS.

            Perhaps you should consider a phone running windows mobile, if you want to develop using .NET2008?

            Comment

            • Frinavale
              Recognized Expert Expert
              • Oct 2006
              • 9749

              #7
              Originally posted by phpfreak2007
              I want to build iPhone application On Windows OS and dont want to use MAC OS.
              Is it possible to build in .net 2008 with MVC or I need to use mono??
              I don't know how to use mono and mobile application development in .net.
              The reason you can't build a .NET mobile application for an iPhone is because the iPhone does not have the .NET framework.

              Therefore, you cannot easily develop .NET mobile applications for an iPhone unless you run it in something like Mono on the iPhone. (I didn't realize that Mono was available for the iPhone..that's kind of cool :)

              It is better not to use .NET for developing an iPhone application.

              I don't know what development tools are out there that will let you develop an iPhone application in Windows.

              If you really want to use .NET, have you considered developing a web site application that the iPhone can access through Safari?

              Comment

              • Niheel
                Recognized Expert Moderator Top Contributor
                • Jul 2005
                • 2432

                #8
                apple has it's own iphone SDK
                iPhone Dev Center

                I don't think your dev environment has to be apple, they have an iphone emulator for you to use too.
                niheel @ bytes

                Comment

                • markmcgookin
                  Recognized Expert Contributor
                  • Dec 2006
                  • 648

                  #9
                  I am an Apple Cert. Developer, and sorry, but yes, if you want to use the iPhone SDK you are going to have to use a Mac. (OS 10.5 +)

                  The SDK is free to download and includes xcode, the IDE for iPhone development, and the iPhone simulator to debug on (although I recommend getting an iPhone/iPod touch to debug properly on!)

                  Once you have got an app running on the simulator you will need a developers licence (about £68 from apple) to deploy it to the phone or release it to the app store.

                  Apple Developer Connection is a good place to start

                  Hope that helps,

                  Mark

                  Comment

                  • berkdan
                    New Member
                    • May 2009
                    • 1

                    #10
                    You can!

                    Please Check this link out.

                    Comment

                    • markmcgookin
                      Recognized Expert Contributor
                      • Dec 2006
                      • 648

                      #11
                      Hmmmm... berkdan very interesting, thanks for the link

                      Comment

                      • Plater
                        Recognized Expert Expert
                        • Apr 2007
                        • 7872

                        #12
                        Indeed, very interesting link.

                        Comment

                        • Frinavale
                          Recognized Expert Expert
                          • Oct 2006
                          • 9749

                          #13
                          Check it out! Build iPhone applications with C# and .NET - monotouch.net :)

                          It's coming along :)

                          Comment

                          • markmcgookin
                            Recognized Expert Contributor
                            • Dec 2006
                            • 648

                            #14
                            Yeah I saw this a while ago. As a certified iPhone developer I am not sure if I am for or against it, as I don't want EVERYONE stealing my thunder :)

                            Comment

                            Working...