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

Firebase Cloud Messaging証明書更新

Posted at

しばらく忙しくて自作アプリを放置していたらAPSの有効期限が残り3日を切っていましたw
APS証明書の更新がてら更新手順とFirebaseの証明書更新について備忘録を残そうと思います。

1. CSR作成

証明書といえばCSRの作成から始まりますね。

  1. キーチェーンアクセス起動
  2. 証明書アシスタント
  3. 認証局に証明書を要求
  4. 以下情報登録
    • ユーザのメールアドレス
    • 通称
    • ディスクに保存
    • 鍵ペア情報を保存
  5. 続ける
  6. 保存場所を決めて保存
  7. 鍵ペア情報はそのまま
  8. 続ける

2. ADPで証明書を作成

  1. identifiersから対象のアプリのものを選択
  2. Push Notifications -> Editスクリーンショット 2021-10-03 16.50.49.png
  3. Production SSL Certificate -> Create Certificate
    1. 開発環境も用意している場合は同様にdevelopmentも設定
  4. 先程作ったCSRを指定しContinue
  5. Download
  6. Downloadした証明書をダブルクリックしキーチェーンに登録
  7. 登録したキーチェーンの秘密鍵を右クリックで書き出す

3. FirebaseのCloud Messagingの更新

Firebaseの歯車アイコン -> プロジェクトの設定 -> Cloud Messagingタブを開く
スクリーンショット 2021-10-03 16.33.23.png
見事に真っ赤...
更新 -> 先程作ったp12ファイルを登録&書き出すときのパスワード入力
すると
スクリーンショット 2021-10-03 17.21.01.png

無事更新されました

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