I´m trying to implement the GCM message and everthing was OK but I could not receive the message.
The message was always blank
Then I change the line in "Sub MessageArrived (Intent As Intent)" and the message start coming in a different field
I´m testing with Samsub Galaxy III
The message was always blank
Then I change the line in "Sub MessageArrived (Intent As Intent)" and the message start coming in a different field
B4X:
change
If Intent.HasExtra("data") Then Data = Intent.GetExtra("data")
to
If Intent.HasExtra("message") Then xMens = Intent.GetExtra("message")
I´m testing with Samsub Galaxy III