I would love to see this livecode tutorial actually work
Posted: Tue Nov 04, 2014 6:41 am
Here is the tutorial on using push messaging with Android
http://lessons.runrev.com/m/4069/l/5931 ... h-android-
***Also attached a sample stack with a valid ID and authkey***
If you download their stack, and look at the links they posted in the comments, you will see that the code in the app has been deprecated by Google for years now. I just don't see how it is suppose to work. Google says
Here is the authentication documentation from Google.
https://developers.google.com/accounts/ ... talledApps
In the Livecode API, one of the parameters is called "service", it is set to "ac2dm" which the above says they are not accepting any more users. Is there not a more updated way to enable push messaging with Livecode? Is there a way to get this old deprecated service to work? If I do get it working, how long will it work for?
These are all questions we can ponder upon. Has anyone else tried getting push notifications to work with Android?
-Will
http://lessons.runrev.com/m/4069/l/5931 ... h-android-
***Also attached a sample stack with a valid ID and authkey***
If you download their stack, and look at the links they posted in the comments, you will see that the code in the app has been deprecated by Google for years now. I just don't see how it is suppose to work. Google says
I think this is ok since in the api, they use the new GCM endpoint.C2DM will accept no new users
Here is the authentication documentation from Google.
https://developers.google.com/accounts/ ... talledApps
In the Livecode API, one of the parameters is called "service", it is set to "ac2dm" which the above says they are not accepting any more users. Is there not a more updated way to enable push messaging with Livecode? Is there a way to get this old deprecated service to work? If I do get it working, how long will it work for?
These are all questions we can ponder upon. Has anyone else tried getting push notifications to work with Android?
-Will