Hi, I am trying to setup push notifications on my Android app. I have made a Google api project with enabled GCM. I have added the ANDROID api key into Corona Cloud app and set up almost everything in my app. Unfortunately this app is not a Corona app so I can’t use the corona cloud core library. I have also uploaded my application as a draft to Google play and linked it to a “Sender ID” with the SERVER api key for my Google api project as per Google’s instructions found here:
http://support.google.com/googleplay/android-developer/answer/2663268
Now, I try to send a notification through Corona Cloud dashboard but no devices are registered. Ok, obviously. Now I go to the docs, this page:
https://docs.coronalabs.com/api_web/api/pushNotification/registerDevice.html
I am having trouble figuring out how to register a device. Do I do a simple http post with the same url as in the “example” section of the docs page? (Obviously modified for my project) I have very poor network skills so could someone also help me understand what is and how I can generate an “auth_token”?