Hi im sending 3 notification to 1 device, only diffrent body.
im using cloud messaging plugin version 4.2.1
and the ios generated in MABS 9
Cloud messaging plugin
but im getting error like this
Operation is not implemented, or supported, or enabled.
This is the picture when i debug.
Hey @Yongky Saputra,
It's a bit difficult to provide any kind of help if you don't share details on what you're trying to do. Is it possible to share:
Additionally, we noticed you're not using the latest version of the plugin and MABS (the version you're using is deprecated). Have you tried to update it?
BR.
Hi Ricardo,
i cannot update the plugin to the newest version because its need MABS 10
and my application using some cordova that cannot using MABS 10
i tried send 9 notification but sometimes i get 7 sometimes 9 sometimes 5. and all with the same error Operation is not implemented, or supported, or enabled.
For the logic only list of user and send to 2 device. android and ios.
i tried to replicate in my environment but its working find. do you think they might be blocked or there is limit to send notification in a minutes?
As I wrote before, without details it's not easy for us to understand what's going on.
Still, if you mention that everything works within your environment, maybe you misconfigured something?
Same here, please find my reply in below.
Hope the issue can be fixed soon.
Hi, I got the same issue. :(
It seems the sending batch pushes is getting deprecated. Are your side planing to fix this plugin? Please help me to confirm asap
Hi All,
I got the same issue here:
Error message showing: "Operation is not implemented, or supported, or enabled. "
Below is the success count for 4 different times, but same 5 recipients:
You can see that when sending notification to a group of recipient, it is not stable.
Please find below, it mentioned that only two of the notifications being successfully sent, while other three of the recipient failed to receive:
And Everytime the results are different:
I do not think the MABS version is causing the problem, I am using MABS 10 different from Yongky Saputra and still got the error.
Forge Version: 4.3.0
Have you fixed the problem yet? I have the same issue
Found something related:
https://groups.google.com/g/firebase-talk/c/1OHTEwSzZYU
It seems the sending batch pushes is getting deprecated.
Any plan to update the legacy API?
https://firebase.google.com/docs/cloud-messaging/migrate-v1?hl=en&authuser=1&_gl=1*ms5xha*_ga*MTkyMjMyOTc4NC4xNzIxMTk5NTEz*_ga_CW55HF8NVT*MTcyNTQzMjY2My4yOC4xLjE3MjU0MzI3MTQuOS4wLjA.
Have anyone fixed the problem yet? I have still faced with this issue. my version is 4.3.0
Hi Anna,
At the moment, we changed the send batch notifications to send one by one within a for loop, and now it could send notifications consistently.
Howard
Thanks a lot. It works now. But I think that they need to update a plugin. We realeased this feature on production but now It does work anymore