I just created an app in Apple Developer portal and now I want to upload an IPA file created from Phonegap to App Store. How can I do it? In Mac OS X Catalina there is no iTunes app and I don't find in XCode > Open Developer Tool > Application loader.
UPDATE: I can open Archives window in XCode but my app does not appear in the list.
And if you don't want to used cli you can use Transporter
This app allows developers to easily upload files to App Store Connect and more.
Available in the Mac AppStore. (https://apps.apple.com/us/app/transporter/id1450874784?mt=12)
Try xcrun altool
command line:
xcrun altool --upload-app --type ios --file <Path-to-ipa> --username <Username> --password <One-time-pass>
Remember to use the one time pass from https://appleid.apple.com/account/manage .
No double quote for the content, just replace the < Path-to-ipa >,< Username > and < One-time-pass >!
I'm using Xcode11.1.
Click here to the source answer!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With