Hello,
I am creating an App and all I want is to set the deviceID variable at the start of the Application and send it to a Server via a POST Request,- my understanding is that it is the "pushNotificationDeviceID" storage variable, but I am unable to do it.
I read that Push Notifications have to be Enabled under "Settings" in "Push Notifications". I have done that to no avail.
It seems that other documents state that my App has to perform a Push in order to register a device. If that is the case I can configure that, but really I do not need my App to perform a Push, all I want is to grab a deviceID, store it internally and send it to a Server via a POST. I have not been able to do that. Is this possible?
Or the only way is to perform a Push from the App? Or do I have to create an Application in Goggle Cloud? It seems like all that should not be necessary, but if there is no other way I will do it.
Thanks,
Jesus Lozano