Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developing iOS app with Phonegap *entirely* on Ubuntu?

Tags:

cordova

Is it possible? or would I need a Mac at some stage?

like image 976
shaharsol Avatar asked May 20 '12 10:05

shaharsol


People also ask

Can I develop iOS apps on Ubuntu?

Even if you don't own a Mac, you can work on iOS development on Ubuntu by using third-party tools (like a sandbox or a virtual machine).

What is Cordova in iOS?

Cordova iOS is an iOS application library that allows for Cordova-based projects to be built for the iOS Platform. Cordova based applications are, at the core, applications written with web technology: HTML, CSS and JavaScript. Apache Cordova is a project of The Apache Software Foundation (ASF).

What does Cordova build iOS do?

Cordova build command converts our app code to an xcode project. Using Xcode we create an . ipa file which is the actual app to be installed.


2 Answers

You will need a Mac to submit your app to AppStore if you want it to appear there, but of course, you can always sell it on Cydia.

like image 72
Shane Hsu Avatar answered Sep 24 '22 07:09

Shane Hsu


According to the FAQ for Phonegap Build you should be able to upload your project to the build service and get an app-store ready app for iOS.

It's still in beta and I haven't tried it myself. To debug on Ubuntu I guess you could run it as a android project and hope there isn't to much difference between the platforms...

I'm not sure if you would need an actual Mac to submit the app to app-store.

like image 28
johlo Avatar answered Sep 24 '22 07:09

johlo