Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode11 application loader

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?

like image 466
hang wu Avatar asked Sep 23 '19 10:09

hang wu


People also ask

What is application loader?

public interface ApplicationLoader. Loads an application. This is responsible for instantiating an application given a context. Application loaders are expected to instantiate all parts of an application, wiring everything together.

What is Mac application loader?

Application Loader is a developer tool (part of Xcode) that uploads apps to the Mac/iOS App Stores for sale.

How do I upload an IPA to a test flight?

Step 1 - Set up your project in the App Store Click on Certificates, Identifiers & Profiles in the sidebar. Click on App IDs under Identifiers and then the + button on the top right to add a new app ID. Fill out the App ID Description and then add your bundle ID under the Explicit App ID option. Then click continue.


3 Answers

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

like image 185
Miki Maine Amdu Avatar answered Oct 19 '22 07:10

Miki Maine Amdu


You can use Xcode's Top Menu -> Window -> Organizer -> Archives Section -> find the archive you want to upload -> Distribute App from the right pane.

like image 27
bseh Avatar answered Oct 19 '22 06:10

bseh


Apple removed Application Loader from XCode 11. You have to:

  1. Open the Organizer window in Xcode (menu Window > Organizer)
  2. Click on the Archives icon in the top middle
  3. Select the desired archive by app name and date
  4. Distribute

If you use Visual Studio 2019: To create Archive you have to right mouse click on iOS project and choose Archive...

like image 1
Sadjad Khazaie Avatar answered Oct 19 '22 06:10

Sadjad Khazaie