B bluedude Well-Known Member Licensed User Longtime User Jun 16, 2013 #1 Hi, I'm using GCM and it has worked for me all the time (PHP server side script) but suddenly it seems that no data is arriving on Android. The MessageArrived event works but I cannot get to the data. Any suggestions? Cheers,
Hi, I'm using GCM and it has worked for me all the time (PHP server side script) but suddenly it seems that no data is arriving on Android. The MessageArrived event works but I cannot get to the data. Any suggestions? Cheers,
Erel B4X founder Staff member Licensed User Longtime User Jun 16, 2013 #2 I've tested to example here: http://www.b4x.com/forum/basic4andr...cation-gcm-framework-tutorial.html#post110713 The messages arrive properly. Upvote 0
I've tested to example here: http://www.b4x.com/forum/basic4andr...cation-gcm-framework-tutorial.html#post110713 The messages arrive properly.
B bluedude Well-Known Member Licensed User Longtime User Jun 16, 2013 #3 Sure, but not using Java Erel, My php script worked too in the past. Not planning to use Java to send messages unfortunately. Cheers, Upvote 0
Sure, but not using Java Erel, My php script worked too in the past. Not planning to use Java to send messages unfortunately. Cheers,
B bluedude Well-Known Member Licensed User Longtime User Jun 16, 2013 #4 JSON encoding Hi, Solved the problem, seems the data wasn't encoded correctly. Now works really good! Cheers, Upvote 0
JSON encoding Hi, Solved the problem, seems the data wasn't encoded correctly. Now works really good! Cheers,