LoginSignup
0
1

More than 1 year has passed since last update.

[iOS][Firebase] プッシュ通知のテストメッセージが届かなかった時の対処メモ

Last updated at Posted at 2022-05-25

状況

Firebase公式ドキュメントを見ながらプッシュ通知の設定をした後、ブラウザで Firebase Cloud Messaging のコンソールからテストメッセージを送信してみたが、実機RUN中の iPhone に通知が届かない...

解決方法

AppDelegateにapplication(_:didRegisterForRemoteNotificationsWithDeviceToken:)を書いたら解決した。

Apple 公式ドキュメントの「デバイストークンをAPNsに登録する方法」というページでこの関数が紹介されていた。

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