How do I use Application Loader to submit my app to the app store?

前端 未结 6 1820
陌清茗
陌清茗 2021-02-07 18:11

How do I publish my app to the iOS app store using Application Loader? I don\'t know how to get the file for Application Loader to locate. Please tell me in easy steps. Thanks!<

6条回答
  •  醉梦人生
    2021-02-07 18:57

    With xCode 11 the Application Loader was removed. https://developer.apple.com/app-store-connect/whats-new/?id=submissionsupdate7-31

    I found on an Adobe Forum: https://community.adobe.com/t5/Animate/Xcode-11-don-t-have-application-loader/td-p/10516050

    The suggestion was, use xcrun … on terminal; but it was not working for me :-(

    xcrun altool --upload-app -f  -t  -u  -p 
    

    I installed parallel to xCode 11.1 xCode 10.3 and was able to use the old Application Loader

    Update 2019-11-27:
    Apple rolled-out the application 'Transporter', here the link to the appstore. The app is very similar to the "old" Application Loader and shows in case of errors speaking messages.

提交回复
热议问题