Reputation: 63
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?
Upvotes: 6
Views: 2130
Reputation: 350
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
Upvotes: 6
Reputation: 2232
Apple removed Application Loader from XCode 11. You have to:
If you use Visual Studio 2019: To create Archive you have to right mouse click on iOS project and choose Archive...
Upvotes: 1
Reputation: 467
You can use Xcode's Top Menu -> Window -> Organizer -> Archives Section -> find the archive you want to upload -> Distribute App from the right pane.
Upvotes: 3