简体   繁体   中英

how to upload IPA file to itunes connect from windows system for ios submission?

I have an IPA file, which one is a hybrid app developed by Cordova PhoneGap framework. Now I want to upload this.ipa file to iTunes connect for apple submission. but I do not have any Mac machine, I have an only windows system. now I want to know, how can I upload this. IPA file to iTunes connect from windows system for ios submission. Can anyone help me out by giving me proper steps?

I realise this is now an old question and you might no longer seek the answer, but since it has not yet been answered it might be useful for others.

I was faced with the same problem when needing to upload an app from Windows. To solve it, I developed a cross-platform application. It is written in Node.js and works by mimicking the functionality of the Application Loader software in macOS.

It is available here: https://github.com/simonnilsson/ios-uploader

If you install it and have your .ipa file available it can be as simple as this to upload:

$ ios-uploader -u <username> -p <password> -f <path/to/app.ipa>
  1. Open iTunes application -- > select the connected iPhone device; Click "apply";

  2. Under iTunes application, click navigation file -- > add to database -- > select File -- > at the top of the screen

Click Install -- > to sync the -- > Application to be installed to the phone.

  1. Open the iTunes app and select the connected iPhone device; Click the "application" option on the left navigation bar;

  2. Under the iTunes application, click the navigation file -- > add to database -- > at the top of the screen to select a file;

  3. Click Install to display the software to be installed;

  4. Click the app to sync to the mobile phone. After the synchronization, the app has been installed on the desktop of the mobile phone.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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