1
0

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 5 years have passed since last update.

前書き

アプリをApp Store Connectに登録自体は何度か経験しましたが複数人でアプリを開発する際に証明書周りでハマったので、ここに書き記しておきます。

アプリをApp Store Connectへ登録するのに必要なもの

  • CertificateSigningRequest「CSR」「証明書署名要求」
  • 証明書「開発用or配布用」
  • AppID
  • Provisioning Profile
  • アプリ名.mobileprovision

CertificateSigningRequest.(CSR)の入手

スクリーンショット 2018-11-12 9.43.02.png [これ](https://qiita.com/guitar_char/items/7dbd7e2bc35a1fc9e5a0)によると、秘密鍵と公開鍵も同時に作られるらしい。 ~~どこになんて名前で作られるんだろう🤔~~ キーチェーンの鍵のとこにあるケルベロスってやつ?

AppIDsの登録

アプリの識別子。
この次のProvisioning Profileの作成に必要。

AppIDの登録時にアプリ内で使用するサービスをApplication Servicesの中から選択していくんですが、大体は後から編集可能ですが、課金処理は編集不可でした。

Provisioning Profile作成

これがとても参考になる。

  • AppID
  • 開発機識別子
  • 証明書

の情報が入っている。

CertificateOrganizeDevelopmentProfile.mobileprovision

なるものが生成されるので、ダウンロードしてダブルクリック。

後書き

とてもやねこいですね。
そして、fastlaneなんかを使うとどこからどこまでを自動でやってくれるんですかね。

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?