I encounter a strange behavior with FCM.
The system works perfectly. I receive messages with the application started and with the application stopped.
But after making modifications to the service (FirebaseMessaging), with the app started the new code is executed well with the modifications, but with the app stopped or in backgroung the old code is executed.
I tried uninstalling, restarting the phone, re-sending after a tool-> clean project, and always happens the same.
Any idea on how to force the upgrade of the service code?
(I'm using the latest version of B4A, use macros in manifest, etc)
Thank you for help
The system works perfectly. I receive messages with the application started and with the application stopped.
But after making modifications to the service (FirebaseMessaging), with the app started the new code is executed well with the modifications, but with the app stopped or in backgroung the old code is executed.
I tried uninstalling, restarting the phone, re-sending after a tool-> clean project, and always happens the same.
Any idea on how to force the upgrade of the service code?
(I'm using the latest version of B4A, use macros in manifest, etc)
Thank you for help