From d086c2f2462f340ffe550504df744b39b6dc3462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Mon, 16 Sep 2024 16:44:33 +0200 Subject: [PATCH] Add troubleshooting section concerning the shut down FCM Legacy API --- docs/troubleshooting.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 26179ef3..b37112dd 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -8,6 +8,15 @@ Troubleshooting order to get hold of the changes you made, you will have to use the result of that method, e.g. ``$changedObject = $object->withChangedProperty();``. +***************************************** +Sending FCM messages doesn't work anymore +***************************************** + +When you are using the FCM component, and sending messages in batches using the +``sendMulticast()`` or ``sendAll()`` methods result in errors like +``Operation is not implemented, or supported, or enabled``, this means you are using an outdated +version of the SDK. Please upgrade to the recent 7.x release of the SDK. + ************** Error handling **************