You’ve implemented -[ application: didReceiveRemoteNotification: fetchCompletionHandler:], but you still need to add “remote-notification” to the list of your supported UIBackgroundModes in your Info.plist.の解決法

You’ve implemented -[ application:didReceiveRemoteNotification:fetchCompletionHandler:], but you still need to add “remote-notification” to the list of your supported UIBackgroundModes in your Info.plist.

iPhoneでの実機テスト時にこんなエラーが出ました。

エラー文に”remote-notification”とあることからも怪しいことがわかるのですが、
Capabilities > Background Modes > Remote notification にチェックを入れると解決します。

毎回ビルド前にはこれを確認してます。

コメント