3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[Bitrise]2FAが有効になっているアカウントでAppStoreConnectにアップロード

Posted at

BitriseでAppStoreにアップロードする時、2FA(二要素認証)が有効化されていると、メールアドレスとパスワードの2つだけではアップロードできません。
2FAをせずにAppStoreConnectと通信するためにはもう1つ情報が必要になります。
何度か調べたりしていたので、メモ。

Appleアカウントの設定

  • https://appleid.apple.com/account/home にログイン
  • 「セキュリティ」セクションで、「App 用パスワード」の下の「パスワードを生成」をクリック
  • 生成された文字列をコピー

Bitriseの設定

  • Workflow Editorを開く
  • SecretsタブでkeyがAPPSTORE_CONNECT_APP_PASSWORD(例)とvalueとして先ほどコピーした文字列を入力
    • AppStoreConnect用メールアドレスとパスワードはすでに設定しているとします
  • Deploy to iTunes Connect - Application Loaderステップの中のApplication Specific Passwordの項目に先ほど設定した$APPSTORE_CONNECT_APP_PASSWORDと入力

これで2FAアカウントを使い、BitriseからAppStoreConnectにアップロードできます。

参考

https://support.apple.com/ja-jp/HT204397
https://bannzai.hatenadiary.jp/entry/2019/10/22/005621

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?