I have added FCM to my app and I have the following problems:
The app seems to have no topic registered. I have created the FirebaseMessaging service .
StartingIntent.IsInitialized returns true
fm.HandleIntent(StartingIntent) returns false
Should I see in FCM console the topics that are created within the app?
The sub SubscribeToTopics is fired when the app starts !
I have send some push notifications from the FCM website console and some of them got to the app
Message.GetData.Get("title"),
Message.GetData.Get("body")
with Null Null parameters (message and message label)
I have problems with myb4j ..did not tried to send notification from exemple FCMpush b4j exemple.
The send httpjob from the exemple posted in tutorial works but I never see any notifications.
I did not added admob in the manifest editor as I will not use it in the app.
Thank you
The app seems to have no topic registered. I have created the FirebaseMessaging service .
StartingIntent.IsInitialized returns true
fm.HandleIntent(StartingIntent) returns false
Should I see in FCM console the topics that are created within the app?
The sub SubscribeToTopics is fired when the app starts !
I have send some push notifications from the FCM website console and some of them got to the app
Message.GetData.Get("title"),
Message.GetData.Get("body")
with Null Null parameters (message and message label)
I have problems with myb4j ..did not tried to send notification from exemple FCMpush b4j exemple.
The send httpjob from the exemple posted in tutorial works but I never see any notifications.
I did not added admob in the manifest editor as I will not use it in the app.
Thank you