iPhone SDK on Windows (alternative solutions)

后端 未结 10 1924
攒了一身酷
攒了一身酷 2020-12-07 12:27

I know there is no official SDK for Windows, which is very annoying. Is there any way to develop applications on a Windows computer, other than somehow running a Mac OS in V

相关标签:
10条回答
  • 2020-12-07 12:58

    You could do what saurik of Cydia does, and write your code on a PC then build it on the iPhone itself (it is a Mac, technically!) after you jailbreak it. However, you don't get Interface Builder, so you're basically creating UIs in code by hand. It'd also be pretty tough to actually submit your app without a Mac.

    0 讨论(0)
  • 2020-12-07 12:58

    No one has brought up the hackintosh. If you have supported hardware it might be the best option.

    0 讨论(0)
  • 2020-12-07 13:06

    http://maniacdev.com/2010/01/iphone-development-windows-options-available/

    check this website they have shown many solutions .

    1. Phonegap
    2. Titanium etc.
    0 讨论(0)
  • 2020-12-07 13:14

    I looked into this before buying a Mac Mini. The answer is, essentially, no. You pretty much have to buy a Leopard Mac to do iPhone SDK development for apps that run on non-jailbroken iPhones.

    Not that it's 100% impossible, but it's 99.99% unreasonable. Like changing light bulbs with your feet.

    Not only do you have to be in Xcode, but you have to get certificates into the Keychain manager to be able to have Xcode and the iPhone communicate. And you have to set all kinds of setting in Xcode just right.

    0 讨论(0)
提交回复
热议问题