Buongiorno,
in riferimento a questo vecchio progetto creato da Erel
Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ Clarification: The nice thing about FCM is that your app doesn't need to run in order to receive messages. The FirebaseMessaging receiver will be started by the OS when a new message...
non capisco perchè non mi invia i messaggio.
Dalla App li ricevo solamente se effettuo l'invio del messaggio dalla console di Firebase [Coinvolgimento ---> Cloud Messaging]. Qui tutto OK.
Ma tramite B4J non arriva nulla.
Ho pensato di sostituire la libreria ormai DEPRECATA con la nuova jOkHttpUtils2 .. ma non ho risolto.
Ovviamente, ho inserito il valore della Api Key
Private const API_KEY As String
Riporto di seguito il log di B4J
[vvvv5 = fcm, vvvv6 = true, vvvv7 =
, vvvv0 =, vvvvv1 =, vvvvv2 = class b4j.example.main
, vvvvv3 = 1, vvvvv4=anywheresoftware.b4h.okhttp.OkHttpClientWrapper$OkHttpRequest@29444d75, vvvvv5=anywheresoftware.b4h.okhttp.OkHttpClientWrapper$OkHttpcd22
, vvvvv6=java.lang.Object@1517365b,
vvvvv7 = https: // invalid-url /, vvvvv0 = https
, vvvvvv1 = null, vvvvvv2 = null]
{"message_id": 6191827027768732754}
questo è normale?
vvvvv7 = https: // url-non valido /,
Grazie in anticipo