简体   繁体   English

发布到ios商店失败并显示“使用应用专用密码登录”

[英]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. 使用最新的NS开发工具。

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用您生成的应用专用密码登录。 如果您忘记了应用专用密码或需要创建一个新密码 -22938 - Sign in with the app-specific password you generated. If you forgot the app-specific password or need to create a new one -22938 iOS:特定于应用的自动完成文本预测/建议 - iOS: App-specific Auto Complete Text Predict/Suggestions 在App Store上发布iOS App? - Publishing ios app on App store? VSTS任务Apple App Store要求输入2FA代码,但设置了Fastlane会话和特定于应用程序 - VSTS Task Apple App Store asks for 2FA code, but Fastlane Session and App-Specific are set 将 Xamarin iOS 应用发布到 App Store 的问题 - Problem with publishing Xamarin iOS app to App Store 无法生成特定于应用程序的共享密钥 - unable to generate app-specific shared secret iOS AdMob 在 App Store 上发布后无广告 - iOS AdMob no ads after publishing on App Store Xcode iOS 应用商店发布-代码签名 - Xcode iOS App Store publishing - Code signing 将 iOS 应用程序发布到 App Store 后,应用程序内购买不起作用 - In app purchase not working after publishing iOS app to App Store 更改iOS应用专用密码 - Change ios app specific password
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM