我可以使用 Dashcode 开发可以在应用商店销售的应用程序吗?
我可以使用 Dashcode 开发可以在应用商店销售的应用程序吗?
Can I use Dashcode to develop an application that can be sold in the app store?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不。Dashcode 更多的是用于创建 Web 应用程序。 要为 App Store 创建应用程序,您必须使用 iPhone SDK 对其进行编译,为此您需要使用 Xcode。 此外,Dashcode 主要基于 JavaScript,而 iPhone 应用程序必须用 Objective-C 编写。
No. Dashcode is more for creating webapps. To create an app for the App Store, you must compile it with the iPhone SDK, and for that you need to use Xcode. Furthermore, Dashcode is predominantly JavaScript-based, whereas iPhone apps must be written in Objective-C.
我从未使用过 DashCode,但由于您可以从 Objective-C 调用浏览器,因此您应该能够使用 Mobile Safari 中适用的任何 HTML/CSS/JavaScript 解决方案。 还可以查看 iui、xui 和 jQTouch。
有些应用程序适合浏览器解决方案,有些则不适合。 除非您使用 PhoneGap 之类的东西,否则使用 JavaScript 获取 iPhone 的特殊功能需要大量的粘合工作。
I've never used DashCode, but since you can call up the browser from Objective-C, you should be able to use whatever HTML/CSS/JavaScript solutions work in Mobile Safari. Check out iui, xui, and jQTouch as well.
Some apps lend themselves to the browser solution, and some don't. Unless you use something like PhoneGap, it's quite a lot of glue work to get at the iPhone's special features with JavaScript.