How to upload IPA file (Xamarin.iOS app) to AppStore without Application Loader, that is removed from Xcode 11? I'm using Visual Studio 2019 for Mac.
Is it possible download Application Loader utility manually?
Does not work for me: Error Domain=ITunesSoftwareServiceErrorDomain Code=-22014 \"We are unable to create an authentication session.\" UserInfo={NSLocalizedDescription=We are unable to create an authentication session., NSLocalizedFailureReason=Unable to validate your application.}"
Why was it removed? That is a step back... Enter the password in plain text in the console, 2-factor authorization...
My solution as below:
1.Go to appleid.apple.com and login
2. Security -> App specified PW -> type in anything it will generate a PW for IPA upload
3. Go application loader, copy and paste the auto-generate PW
Done.
There was a comment in the release notes to the effect that the build tooling should handle it. I tried to archive and distribute from VS2019 on Windows, and got a file path length error, so that doesn't seem to work. I did install Xcode 10.3 to get the loader back, we'll see if I can deploy with it.
1) Go to developer.apple.com -> Develop -> Downloads -> More
2) Search for Xcode and download "Xcode 10.3.xip"
3) Move the xip file to a folder where you want 10.3 setup, and double click to expand xip file
4) In Finder use "Show Contents" open the xcode folder
5) Loader is under /Contetns/Applications
@MikaelDavidsson Did you run into any issues with paths being too long when Distributing from Visual Studio 2019 on a PC? If you did, how did you resolve those issues?
@DuaneCraw Thank you very much for the steps you provided. I had originally installed XCode 10.3 however when pairing with the Mac again after a reboot, Visual Studio 2019 on the PC complained that the version of XCode was now out of sync. So instead of installing XCode 10.3, I can, according to your instructions, open the Application Loader directly from the uncompressed XIP folder, using Show Package Contents. Although the Application Launcher opens I am yet to try uploading a IPA. My previous successful upload was after I had installed XCode 10.3 fully.
Update : I have now successfully uploaded a new IPA using the Application Loader opened via the Show Package Contents method mentioned above.
Posts
I have the same issue but try to have a look at this command:
xcrun altool --upload-app --type ios --file "path/to/application.ipa" --username "YOUR_ITMC_USER" --password "YOUR_ITMC_PASSWORD"
I did not try it myself yet, but will properly do it later today or tomorrow so I can update my app.
Thanks! It works for me. I'm successfully uploaded ipa file yesterday.
Does not work for me: Error Domain=ITunesSoftwareServiceErrorDomain Code=-22014 \"We are unable to create an authentication session.\" UserInfo={NSLocalizedDescription=We are unable to create an authentication session., NSLocalizedFailureReason=Unable to validate your application.}"
Why was it removed? That is a step back... Enter the password in plain text in the console, 2-factor authorization...
taito, YOUR_ITMC_PASSWORD is NOT your apple id password, but your application password, that you generated on https://appleid.apple.com/account/manage page
Guys, thanks a lot! It took me a couple of minutes with terminal, compared to almost an hour with application loader
Still not working:
Stuck here, no network traffic
According to the Apple Developer Forums, App Store Connect seems to be down with the current XCode version.
https://forums.developer.apple.com/thread/123168
My solution as below:
1.Go to appleid.apple.com and login
2. Security -> App specified PW -> type in anything it will generate a PW for IPA upload
3. Go application loader, copy and paste the auto-generate PW
Done.
You can also download a second version of Xcode (10.3) and use its Application Loader
There was a comment in the release notes to the effect that the build tooling should handle it. I tried to archive and distribute from VS2019 on Windows, and got a file path length error, so that doesn't seem to work. I did install Xcode 10.3 to get the loader back, we'll see if I can deploy with it.
Update, The loader from 10.3 seemed to work great for me
This command worked fine for me with the new xCode.
Just remember you need an APP PASSWORD, not your usual AppleId one.
@DuaneCraw Would you be able to share how you installed XCode 10.3 along side XCode 11?
Update : I have managed to download and install version 10.3 of XCode and I am trying to upload my IPA to the App Store using Application Loader. The following thread seems to be related to the issue I was experiencing with the Distribute option from Visual Studio 2019 :-
https://developercommunity.visualstudio.com/content/problem/750967/cannot-create-ios-archive-process-cannot-be-execut.html
1) Go to developer.apple.com -> Develop -> Downloads -> More
2) Search for Xcode and download "Xcode 10.3.xip"
3) Move the xip file to a folder where you want 10.3 setup, and double click to expand xip file
4) In Finder use "Show Contents" open the xcode folder
5) Loader is under /Contetns/Applications
I am able to use Visual Studio to distribute my app.
Still need to get the App Specific password from the apple id account page.
Using Visual Studio 2019 - 16.3.2
Mac running Catalina Beta
Xcode 11
@MikaelDavidsson Did you run into any issues with paths being too long when Distributing from Visual Studio 2019 on a PC? If you did, how did you resolve those issues?
@DuaneCraw Thank you very much for the steps you provided. I had originally installed XCode 10.3 however when pairing with the Mac again after a reboot, Visual Studio 2019 on the PC complained that the version of XCode was now out of sync. So instead of installing XCode 10.3, I can, according to your instructions, open the Application Loader directly from the uncompressed XIP folder, using Show Package Contents. Although the Application Launcher opens I am yet to try uploading a IPA. My previous successful upload was after I had installed XCode 10.3 fully.
Update : I have now successfully uploaded a new IPA using the Application Loader opened via the Show Package Contents method mentioned above.
I did not have any issues with the path.
My .ipa file path is at 89 characters only. (Path, not including filename)
use Transporter available on app store
https://apps.apple.com/us/app/transporter/id1450874784?mt=12