I already create an app with mqtt, but now I just wonder how I can create push notification when I received data although the application is closed or not active. I have tried from this great example https://www.b4x.com/android/forum/t...-messages-firebase-cloud-messaging-fcm.67716/ to make push notification, but not understand how to integrate with mqtt. I thougt is there checking process inside fm.initialize
and also with handleIntent, really I'm not skillful mobile developer.
for your help, thanks in advance!
service start:
Sub Service_Create
fm.Initialize("fm")
and also with handleIntent, really I'm not skillful mobile developer.
service start:
Sub Service_Start (StartingIntent As Intent)
If StartingIntent.IsInitialized Then fm.HandleIntent(StartingIntent)
for your help, thanks in advance!