Where to find Application Loader app in Mac?

前端 未结 15 2143
[愿得一人]
[愿得一人] 2020-11-28 08:11

I have downloaded applicationloader_1.3.dmg and installed in the destination Macintosh HD.

The messages show The installation was successfully done. Bu

相关标签:
15条回答
  • 2020-11-28 08:55

    You can also upload an app using the Application Loader tool by using it from the terminal:

    MacBook-Pro:~ denis$ altool --upload-app -f "ios-app.ipa" -u "applestore@email.com" -p "yourpassword"
    

    To use altool from anywhere in the terminal you could add it to your PATH env variable by typing in terminal:

    MacBook-Pro:~ denis$ export PATH=$PATH:/Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/
    MacBook-Pro:~ denis$ source ~/.bash_profile
    
    0 讨论(0)
  • 2020-11-28 08:56

    you can find it by going to xcode > open developer tool > application Loader

    0 讨论(0)
  • 2020-11-28 08:58

    With Xcode 11, Application Loader has been removed. The Mac App store now has an app called Transporter.

    https://apps.apple.com/us/app/transporter/id1450874784?mt=12

    0 讨论(0)
  • 2020-11-28 08:59

    Now you can upload your app binary with the Transporter app.

    You can download Transporter from Mac AppStore Here

    Here apple mentioned its used for uploading.

    0 讨论(0)
  • 2020-11-28 09:04

    For anyone finding this now (23/09/2019) Application Loader has been removed from Xcode.

    If you have built the application in Xcode you should be able to follow these instructions to upload your and distribute your project Upload an app

    I am not sure what to do if you have been given a .ipa file, for example when building an Expo project, I'll update this post when i have an answer.

    In the mean time more info can be found here. Developer Apple - Whats new

    0 讨论(0)
  • 2020-11-28 09:04

    I have found in following way :

    Go to https://itunesconnect.apple.com/ , sign in

    Click "Resources and Help"

    enter image description here

    enter image description here

    0 讨论(0)
提交回复
热议问题