You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @louia !
It looks like the only way to implement a background service is to use native code for iOS and Android.
This plugin allow you wake up your app periodically but it doesn't match with Mercure usage.
According to Flutter documentation, it's possible to use a native service to wake up a small part of flutter app.
I think the best way is to create a PR that implements for both OSs a mercure listener and that pass received data in background to the woke up app
Is there any solution to have a background execution for have mercure + notification + background subscription to mercure topic ?
The text was updated successfully, but these errors were encountered: