Hi everyone. I have some working apps that receive notifications, and to test them I use b4j and everything works. I was wondering if I wanted to send notifications from a B4X app can I use the same method that is used in b4j? Can anyone give me a tip on how to send notifications from the app? Thank you
Firebase notifications?
If yes, due the new changes and dependencies, it's not possible.
See this answer here.
You can use an integration with B4J server in a site or PHP, ASP, etc.
Implement the sending in a B4J Server app. Run the Serverapp on your Server and call the B4J App from B4A to send something.
It is not possible to send the Notification from Android.