After upgrading xcode11, I found that the application loader was canceled. Now how to upload the ipa package to the appstore, is there an alternative application loader tool?
Xcode11 application loader
2.1k Views Asked by hang wu At
3
There are 3 best solutions below
2
On
You can use Xcode's Top Menu -> Window -> Organizer -> Archives Section -> find the archive you want to upload -> Distribute App from the right pane.
0
On
Apple removed Application Loader from XCode 11. You have to:
- Open the Organizer window in Xcode (menu Window > Organizer)
- Click on the Archives icon in the top middle
- Select the desired archive by app name and date
- Distribute
If you use Visual Studio 2019: To create Archive you have to right mouse click on iOS project and choose Archive...
Apple has released a new util tool called Transporter that basically does what application loader used to do.
You can find it here: https://apps.apple.com/us/app/transporter/id1450874784?mt=12