Results 1 to 7 of 7

Thread: iPhone app development in Windows

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    iPhone app development in Windows

    Anybody have any suggestions on how to go about developing iPhone apps on a windows platform?
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: iPhone app development in Windows

    Search for How to create iOS apps in Windows using Visual Studios. It should lead you to a tutorial by Pierre-Marie Baty.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3

    Re: iPhone app development in Windows

    It is not possible, and if it is possible, it is not worth your effort. Developing for the iPhone is only supported on Mac OS X through the Apple Xcode Developer Tools and Official iPhone SDK. While there are alternative toolchains out there (I don't know how good those are), you will almost certainly not be able to distribute your application to the App Store if you use those build tools. In addition, trying to setup your own cross-compiler environment can be quite painful.
    Last edited by si_the_geek; May 9th, 2013 at 09:38 AM.

  4. #4
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    Re: iPhone app development in Windows

    Quote Originally Posted by rickbrown View Post
    It is not possible, and if it is possible, it is not worth your effort. Developing for the iPhone is only supported on Mac OS X through the Apple Xcode Developer Tools and Official iPhone SDK. While there are alternative toolchains out there (I don't know how good those are), you will almost certainly not be able to distribute your application to the App Store if you use those build tools. In addition, trying to setup your own cross-compiler environment can be quite painful.
    Yea, I remember reading about this somewhere recently as well. The census is generally that its a pain in the ass to develop on anything but the Mac.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  5. #5
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: iPhone app development in Windows

    Android is a far more open platform with both native (on an Android device) tools and cross-dev tools (for Windows, Mac, and Linux) available.

    Even some of the simpler tools can create packages acceptable to Google's Play Store, Amazon's Android App Store, etc. Or you have free and open distribution (as in just post your APKs on the Web, email them, etc.).

    This makes custom "bespoke" development contracts viable ($ching$), in-house development ($cha-ching$ - jobs), and hobby community development (*fun*) practical.


    No answer to the iThings question, but reasons to look elsewhere. This democratization of development is why some journalists suggest Android may be the "next Windows."

  6. #6
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    Re: iPhone app development in Windows

    Quote Originally Posted by dilettante View Post
    ...This democratization of development is why some journalists suggest Android may be the "next Windows."
    Blasphemy!!!
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  7. #7
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: iPhone app development in Windows

    Have you considered tools targeting PhoneGap?

    NSB/AppStudio comes to mind.


    These don't go through the appstore deployment mechanism.

Posting Permissions

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



Click Here to Expand Forum to Full Width