Hi,
I'm going through this tutorial here:
https://www.b4x.com/android/forum/t...ion-gcm-framework-and-tutorial.19226/#content
Everything is going well, except to now I'm trying to call b4a_gcm.bat
When I run it, I get the following error. Has something changed since the tutorial was created?
java.lang.RuntimeException: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://www.b4x.com/android/b4aserver/c2dm_board.php?server_password=9034f3po4gj34&name=stingrae">here</a>.</p>
</body></html>
at anywheresoftware.b4a.c2dm.C2DM.getIdForName(C2DM.java:98)
at anywheresoftware.b4a.c2dm.C2DM.sendMessageTo(C2DM.java:48)
at anywheresoftware.b4a.c2dm.C2DM.main(C2DM.java:218)
I'm going through this tutorial here:
https://www.b4x.com/android/forum/t...ion-gcm-framework-and-tutorial.19226/#content
Everything is going well, except to now I'm trying to call b4a_gcm.bat
When I run it, I get the following error. Has something changed since the tutorial was created?
java.lang.RuntimeException: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://www.b4x.com/android/b4aserver/c2dm_board.php?server_password=9034f3po4gj34&name=stingrae">here</a>.</p>
</body></html>
at anywheresoftware.b4a.c2dm.C2DM.getIdForName(C2DM.java:98)
at anywheresoftware.b4a.c2dm.C2DM.sendMessageTo(C2DM.java:48)
at anywheresoftware.b4a.c2dm.C2DM.main(C2DM.java:218)