How do I Upload a .ipa file to App Store Connect?

As a second alternative that I’m using right now:
Go to terminal and edit it.


xcrun altool --upload-app --type ios --file "/Users/macbook/Desktop/Distro_ProjectName_IOS-Shipping.ipa" --username "Apple Developer Mail Address" --password "App-Specific Password"

Unfortunately there is no any progress bar or upload status but it’s working.

1 Like