-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ionic 5 + Capacitor - How to implement external broadcaster ? #72
Comments
This plugin has been through to work for in-process-communication, that is, in a single app. Obviously it can be useful also in your case but it must be used on top of an inter-process-communication(IPC) protocol. here is an article that could help you |
Hi @bsorrentino, |
I assume that you have already solved issue concerning inter-process-communication and you have tested that the message from external broker arrive correctly in your background app Anyway I never tested the plugin in such condition. As you said, the plugin has been developed to be used in foreground app. I haven't idea what happens in Cordova/Capacitor runtime when app goes in background, so we need to understand first if, in background mode, messages are correctly delivered and after that, investigate specifically on your use case |
How to implement external broadcaster , i.e. send data from one app to another ?
I have tried :-
From App 1 :-
And in App 2 :-
But here data is not being sent to second app .
Is there a sample or documentation for it ?
Also, do we need to set up anything in AndroidManifest.xml file ?
The text was updated successfully, but these errors were encountered: