ably-flutter
ably-flutter copied to clipboard
Error with onDeactivate
Customers reporting an error about not receiving realtime messages through push. This happened after we had some issues with delivering push notifications in realtime platform.
More info provided by customers
{code}
Exception: [AblyOfficialPlugin] Push Notification onDeactivate due to ErrorInfo message=Token deviceId does not match requested device operation code=null statusCode=401 href=null
["#0 LoggerUtil.error (package:module_logger/logger.dart:27)","#1 LoggerUtil.e (package:module_logger/logger.dart:23)","#2 AblyOfficialPlugin._setUpEventHandlers._logIfErrorExist (package:digital_banking_app/common/ably/plugin/ably_official_plugin.dart:475)","#3 AblyOfficialPlugin._setUpEventHandlers.
Check line 269 PushActivationState
on ably-cocoa where this error was created.
This is related to https://github.com/ably/ably-cocoa/issues/1263
This seems to be blocked until https://github.com/ably/specification/issues/25 gets resolved