Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to submit an app to the Apple App Store from Windows

If I develop an app using Phonegap or Appcelerator Titanium on Windows and I want to submit my project to Apple Store, can I do it from Windows environment?

Using Windows:

  • Can I create an Apple developer account?
  • Can I submit the app to Apple Store?
  • Can I build iOS project on Phonegap Build, for later submission on Apple Store?

I'm aware that an App Store license is $99 per year.

I know that for Android phones, Windows and Google Play have no problem, but not sure about iOS phones with Windows and the App Store.

like image 831
Bugdr0id Avatar asked Dec 02 '22 19:12

Bugdr0id


2 Answers

Here are answers to your questions:

  1. Yes you can create an Apple developer account without an Apple device.

  2. No, for the app to submit, you have to have Xcode, which will never be supported on Windows.

  3. No you can't do that

like image 190
Wahhab_mirza Avatar answered Dec 10 '22 12:12

Wahhab_mirza


You could use a service like Mac In The Cloud (http://www.macincloud.com/) to rent a VPS server and do it from there. It even comes preloaded with XCode.

like image 24
Allen Gingrich Avatar answered Dec 10 '22 13:12

Allen Gingrich