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?
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.
Application Loader is a developer tool (part of Xcode) that uploads apps to the Mac/iOS App Stores for sale.
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.
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
You can use Xcode's Top Menu -> Window -> Organizer -> Archives Section -> find the archive you want to upload -> Distribute App from the right pane.
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...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With