Dear friends,
How do we receive FCM push messages using B4J client? Can someone post a code snippet for the receiving part? I am not familiar with HTTP and Socket techniques.
Regards,
Probably too late for answering (only 4,5 years later - but if you work as a turtle it might be of use ). A good idea to receive a push notification in B4J would be to have an intermediate Android device which receives the FCM notification and posts an MQTT string to the B4J app which has both MQTT server and client connected to it and thus it can receive it.