在 Windows 上运行的 iPad 开发工具?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4441243/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 15:47:45  来源:igfitidea点击:

iPad development tools that run on Windows?

windowsipad

提问by jaydel

I've done a lot of looking around and have not found what I'm looking for. Does anyone know of dev tools for the iPad (and iPhone) that run on Windows? I want to explore iPad application writing but do not want to buy a Mac quite yet.

我已经做了很多环顾四周,并没有找到我要找的东西。有谁知道在 Windows 上运行的 iPad(和 iPhone)的开发工具?我想探索 iPad 应用程序的编写,但还不想购买 Mac。

I searched for related questions but didn't find anything, so apologies in advance if I blew that search.

我搜索了相关的问题,但没有找到任何东西,所以如果我搞砸了,请提前道歉。

回答by Mike

iOS development (both iPad and iPhone) is only available on OS X and Intel-based Mac computers.

iOS 开发(iPad 和 iPhone)仅适用于 OS X 和基于 Intel 的 Mac 计算机。

回答by stg

There are a number of tools that deploy to iOs devices. Most are focused on game development, such as Unity3D. Marmaladeseems to cover games and apps, and allows deploying to Android and iOs.

有许多工具可以部署到 iOs 设备。大多数都专注于游戏开发,例如 Unity3D。Marmalade似乎涵盖游戏和应用程序,并允许部署到 Android 和 iOs。

Please note that I didn't use it yet - I was looking for Windows tools and found this old question.

请注意,我还没有使用它 - 我正在寻找 Windows 工具并发现了这个老问题。

回答by iND

The obvious -- and currently free -- answer is to use Adobe FlashBuilder to develop iOS apps. There is an iPhone and iPad emulator included. This does not use xcode, but you get most of the features to work with, and you can also develop Android apps from the same set of code.

显而易见的——目前是免费的——答案是使用 Adob​​e FlashBuilder 来开发 iOS 应用程序。包含一个 iPhone 和 iPad 模拟器。这不使用 xcode,但您可以获得大部分功能,并且您还可以从同一组代码开发 Android 应用程序。

Adobe's website has detailed directionsfor how to create iOS apps on Windows with Adobe Air, though the most useful instructions for Air are from untoldentertainment.com.

Adobe 的网站提供有关如何使用 Adob​​e Air 在 Windows 上创建 iOS 应用程序的详细说明,但最有用的 Air 说明来自 untoldentertainment.com

回答by Asad Khan

Read this : http://aikhan.wordpress.com/2009/06/01/developing-iphone-applications-on-linux/

阅读:http: //aikhan.wordpress.com/2009/06/01/developing-iphone-applications-on-linux/

with some modifications toolchain can also be installed on windows.

通过一些修改工具链也可以安装在 Windows 上。

It does not offer the tools that Apple provides to make development easier & reliable but it will get you started.

它不提供 Apple 提供的使开发更容易和可靠的工具,但它会让你开始。

And you can always install GNUStep on your machine either on windows or linux to get a taste of objective C & Cocoa.

并且您始终可以在 Windows 或 linux 上的计算机上安装 GNUStep,以体验客观的 C 和 Cocoa。

GNUStep is by the way open source implementation of cocoa.

顺便说一下,GNUStep 是可可的开源实现。

Hope it helps.

希望能帮助到你。