iOS で FCM

以前より送るための準備(設定)の手間が増えていた。

Android だと、設定ほとんどなく送れたのに・・・

Apple Developer サイト Certificates, Identifiers & Profiles にて

Identifiers の AppIDs に Push Notifications をチェックするのは必要
Configurable の状態のままでも大丈夫。

そして
Create New Key が必要。

Key Description は適当に バンドルIDのピリオドを 半角スペースにした名前にしてみた
com.hogehoge.app

com hogehoge app push

①Key ID と ②AuthKey_[KEY ID].p8 ファイルを手に入れることができる

あと、Apple Developer サイト Membership Details にて
③Team ID も必要になる

firebase サイト 設定 → クラウドメッセージング の
iOS アプリの設定 より
②AuthKey_[KEY ID].p8
①Key ID
③Team ID
を設定