How to upload IPA file to App Store from Mac OS X Catalina

孤人 提交于 2021-02-20 18:51:11

问题


I just created an app in Apple Developer portal and now I want to upload an IPA file created from Phonegap to App Store. How can I do it? In Mac OS X Catalina there is no iTunes app and I don't find in XCode > Open Developer Tool > Application loader.

UPDATE: I can open Archives window in XCode but my app does not appear in the list.


回答1:


Try xcrun altool command line:

xcrun altool --upload-app --type ios --file <Path-to-ipa> --username <Username> --password <One-time-pass>

Remember to use the one time pass from https://appleid.apple.com/account/manage .

No double quote for the content, just replace the < Path-to-ipa >,< Username > and < One-time-pass >!

I'm using Xcode11.1.

Click here to the source answer!




回答2:


And if you don't want to used cli you can use Transporter

This app allows developers to easily upload files to App Store Connect and more.

Available in the Mac AppStore. (https://apps.apple.com/us/app/transporter/id1450874784?mt=12)



来源:https://stackoverflow.com/questions/58337263/how-to-upload-ipa-file-to-app-store-from-mac-os-x-catalina

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!