简体   繁体   English

手机差距Iphone开发

[英]Phone Gap Iphone development

I am just starting out experimenting with using Phone Gap to create an Iphone app, and in the Get Started guide it says a requirement is Mac OS X Snow Leopard (10.6). 我刚刚开始尝试使用Phone Gap创建Iphone应用程序,并且在“入门指南”中说要求是Mac OS X Snow Leopard(10.6)。

Link 链接

I thought it was possible do Phone Gap development on any machine using HTML/CSS/Javascript? 我认为可以在使用HTML / CSS / Javascript的任何计算机上进行Phone Gap开发吗?

Phone Gap can build the app for you in is own server: https://build.phonegap.com/ . Phone Gap可以在自己的服务器中为您构建应用程序: https : //build.phonegap.com/ With that you don't need a mac to develop your app. 这样,您就不需要Mac来开发您的应用程序。

If you need private apps, this feature isn't free. 如果您需要私人应用程序,则此功能不是免费的。

actually using phonegap application u can run your application in iPhone , Android & so many Phone application with single code which is written using html-5 ,css , jQuery , javaScript & jQuery mobile. 实际使用phonegap应用程序,您可以在iPhone,Android和如此多的Phone应用程序中运行您的应用程序,只需使用html-5,css,jQuery,javaScript和jQuery mobile编写的单个代码即可。 but if you want to post your application on apple app store then you have to have XCode which can run in only mac os. 但是,如果要在Apple App Store上发布应用程序,则必须具有只能在Mac OS上运行的XCode。 so while you are designing or implementation time you not need mac os. 因此,在设计或实施时,您不需要Mac OS。 all you need is notepad & html 5 supported browser.(for testing) Thats it. 您只需要记事本和html 5支持的浏览器即可(用于测试)。

PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. PhoneGap是一个HTML5应用程序平台,可让您使用网络技术创作本机应用程序并访问API和应用程序商店。 If the platform is supposed to produce a native iOS app (that can be submitted to AppStore) then you need to have Mac OS because Objective-C is supported on Mac/XCode. 如果平台应该产生本机iOS应用程序(可以提交到AppStore),则您需要安装Mac OS,因为Mac / XCode支持Objective-C。

More from their website : 来自他们网站的更多信息

The process for completing iOS builds is slightly different than that for other platforms: all iOS builds need to be signed by a developer certificate and a provisioning profile, that is tied to your Apple developer account and the device you wish to test on. 完成iOS构建的过程与在其他平台上完成的过程略有不同:所有iOS构建都需要由开发人员证书和配置文件签名,该证书与您的Apple开发人员帐户和要测试的设备相关联。 This document covers how to set this up. 本文档介绍了如何进行设置。

Note: Since PhoneGap Build uses Apple's standard development process to build applications, you will need to sign up for their developer program to build iOS applications on PhoneGap Build. 注意:由于PhoneGap Build使用Apple的标准开发流程来构建应用程序,因此您需要注册其开发人员程序才能在PhoneGap Build上构建iOS应用程序。 You will also need a Mac to configure your certificate and provisioning profile. 您还需要一台Mac来配置证书和配置文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM