如何制作自己的 iphone/ipod touch/blackberry 应用程序?

发布于 2024-11-02 14:18:46 字数 192 浏览 1 评论 0原文

我是ac#。 NET 开发人员使用 Windows XP。 有一个要求,要求我开发一个 iPhone 应用程序。 谁能告诉我如何开始这方面的步骤?

无论如何,我可以在 c#.net 和 Windows XP 上编写我的应用程序吗?

是否需要有 macOS 来构建您的应用程序?

构建 iPhone 应用程序的第一步是什么?

I am a c# . net developer using windows xp.
there is a requirement where I am asked to develop an iphone application.
Can anyone mention me the steps how to get started on this?

Is it anyway i can code my applicaton on c#.net and on windows xp?

Is it necessary to have a mac os to build your application?

What is the first step towards buliding the iphone application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

青春如此纠结 2024-11-09 14:18:46

您将需要 Mac OS X,您可以搜索有关如何在虚拟机上安装 OS X 的教程。

一旦您可以访问 OS X,您将需要注册为 iOS 开发人员。注册是免费的,您将可以访问 Xcode 3 + iOS SDK(包括 iOS 模拟器)。如果您需要在 iOS 设备(iOS 模拟器除外)上使用应用程序,则需要购买 iOS 开发人员计划,价格为 99 美元。 Xcode 4 现已发布,但如果您没有以 4.99 美元的价格购买开发者程序,则需要购买。注册为开发人员还可以让您访问 iOS、Mac 和 Safari 开发中心资源,您会发现这些资源在某些时候很有用。您可以在此处免费注册。我建议在购买之前先尝试 iOS 开发,因为有些人很难掌握窍门。

下载并安装Xcode 3 + iOS SDK后,你可能会有点失落。为您的第一个 iOS 应用程序提供分步教程有点困难,因此我将提供非常有用的资源链接。 这里是一个非常好的教程,它将帮助您安装 Xcode 并编写您的第一个应用程序。它还教您有关将使用的编程语言 Objective-C。 Objective-C 类似于 C/C++。

您可能会发现观看教程更容易,因此我建议搜索视频。

希望这有帮助!

You will need Mac OS X, you could search for tutorials on how to install OS X on a virtual machine.

Once you have access to OS X, you will need to register as an iOS developer. Registering is free and you will have access to Xcode 3 + iOS SDK (includes iOS simulator). If you need your application on an iOS device (other than the iOS simulator), you will need to purchase the iOS developer program which costs $99. Xcode 4 has now been released, but this requires purchasing if you haven't brought a developer program for $4.99. Registering as a developer also gives you access to iOS, Mac and Safari Dev Center Resources, which you will find useful at some point. You can register here for free. I recommend trying out iOS development first before purchasing, as it's hard for some people to get the hang of.

After downloading and installing Xcode 3 + iOS SDK, you may be a little lost. Answering with a step by step tutorial for your fist iOS application is a little hard, so I will provide links to resources which are very useful. Here is a very good tutorial which will help you install Xcode and write you first application. It also teaches you about the programming language you'll be using, Objective-C. Objective-C is similar to C/C++.

You may find it easier watching a tutorial instead, therefore I recommend searching for videos.

Hope this helps!

沫离伤花 2024-11-09 14:18:46

是的,您可以使用 MonoTouch 用 C# 编写应用程序,但无法对代码进行调试。模拟器只能在 OSX 上运行。
是的,您必须有一台 Mac 来构建、测试、调试和提交您的应用程序。

第一步是买一台mac,学习Objective-c。

Yes, you can code your app in C# using MonoTouch, but there is no way to bedug your code. The simulator will only run on OSX.
Yes, you will have to have an mac to build, test, debug and submit your app.

The first step is to buy a mac and learn Objective-c.

人疚 2024-11-09 14:18:46

首先,iPhone、iPod Touch 和 iPad 有 iOS,而黑莓有 Blackberry OS,因此为这两个平台进行开发是完全不同的。

为 iOS 开发。

要开发 iOS 应用程序,您首先需要的是 Mac,或者任何运行 Mac OS X 的方式(例如 Hackintosh 或 OSx86,完全超出了我的答案的范围)。由于 iOS 的开发是用一种名为 Objective C 的编程语言完成的。而它的 IDE 是 XCode,(不幸的是)它仅适用于 Mac OS,因此 XCode 还包括用于 iDevices 的模拟器。

为黑莓操作系统进行开发

关于黑莓开发,我不太了解用于黑莓操作系统的任何特定语言。但您可以按照了解有关为 BlackBerry 开发应用程序的简要想法

Firstly, iPhone, iPod Touch and iPad have iOS, and BlackBerry has Blackberry OS, so developing for both the platforms is completely different.

Developing for iOS.

For developing applications for iOS, the first thing you'll need is Mac, or any way to run Mac OS X (like having Hackintosh or OSx86, completely beyond the scope of my answer). Since development for iOS is done in a programming language called Objective C. And the IDE for the same is XCode, which (unfortunately) is only available Mac OS, XCode includes the emulator for the iDevices as well.

Developing for BlackBerry OS

And regarding Blackberry development, I don't have much idea about any particular language being used for the same. But you may follow this for a brief idea regarding developing apps for BlackBerry

风情万种。 2024-11-09 14:18:46

是的,尽管本页有其他答案,但可以同时为 Android、iOS 和 Blackberry Playbook 进行开发 - 在 Adob​​e Air 中(使用 Flex 或 Flash 项目)。

无需购买 Mac,一切都可以在 Windows XP 上运行。

第一步是安装 Flash Builder Burrito 和 Playbook 页面。这将为您提供 Android + Playbook

第二步是安装 iOS 打包程序。我认为它的新版本即将推出 - 与 Flash Builder 4.5

Yes, despite the other answers at this page, it is possible to develop for Android, iOS and Blackberry Playbook at the same time - in Adobe Air (using Flex or Flash projects).

And no need to buy a Mac, it all works with Windows XP.

The 1st step would be to install Flash Builder Burrito and the other software listed at the Playbook page. That gives you Android + Playbook

The 2nd step would be to install the iOS packager. And I think a new version of it is coming soon - together with Flash Builder 4.5

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文