Hi Scott,
http://devcenter.appery.io/tutorials/...
Do you mean this tutorial? A device is registered automatically.
Or do you use RegisterDevice_service?
http://devcenter.appery.io/tutorials/...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Scott,
http://devcenter.appery.io/tutorials/...
Do you mean this tutorial? A device is registered automatically.
Or do you use RegisterDevice_service?
http://devcenter.appery.io/tutorials/...
http://devcenter.appery.io/tutorials/...
Do you mean this tutorial? A device is registered automatically.
Yes. I used that tutorial and I know that device is registered automatically. However,
I got the device ID, but I did not device token automatically. Always the message,"undefined" in the sesstion of device token in my device DB.
Or do you use RegisterDevice_service?
http://devcenter.appery.io/tutorials/...
I did not try this one. Do I have to use this one ?
Please let me know what I have to do.
Thanks in advnace for your help.
Scott
Dear Katya Yakusheva,
Thank you very much for your reply.
Hare are the answers to your questioms.
http://devcenter.appery.io/tutorials/...
Do you mean this tutorial? A device is registered automatically.
Yes. I used that tutorial and I know that device is registered automatically. However,
I got the device ID, but I did not device token automatically. Always the message,"undefined" in the sesstion of device token in my device DB.
Or do you use RegisterDevice_service?
http://devcenter.appery.io/tutorials/...
I did not try this one. Do I have to use this one ?
Please let me know what I have to do.
Thanks in advnace for your help.
Scott
Hi Scott,
What is your device and Android version?
My device is LG-F180K and Android is 4.1.2.
I hope to hear from you soon.
Thanks.
Hello Scott,
Could you run this code on Push initialize event:
codesetTimeout(function() {
alert(localStorage.getItem('pushNotificationToken'));
}, 1); /code