简体   繁体   中英

Publishing to ios store failing with “Sign in with the app-specific password”

I'm trying to publish to the app store with

tns publish ios APPLE-ID PASSWORD --ipa PATH-TO-IPA-FILE

I get the following error message

Unable to connect to iTunes Connect Sign in with the app-specific password you generated. If you forgot the app-specific password or need to create a new one, go to appleid.apple.com (-22938)

I went to the site and created a password - just used a random label name.

Now what? Where do I put this password??

Using the latest NS dev tools.

您使用应用专用密码而不是帐户密码:

tns publish ios APPLE-ID APP-SPECIFIC-PASSWORD --ipa PATH-TO-IPA-FILE

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM