LoginSignup
0
0

【iOS】Firebase SDK を追加すると didRegisterForRemoteNotificationsWithDeviceToken が呼ばれない

Last updated at Posted at 2024-05-09

解決方法

info.plistに以下の項目を追加する。

Key Type Value
GoogleUtilitiesAppDelegateProxyEnabled Boolean NO

これでdidRegisterForRemoteNotificationsWithDeviceTokenが呼ばれるようになる。

参考URL

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