Page 1 of 1

Reregister Device for push

Posted: Wed Mar 18, 2015 6:30 pm
by andi

As i read, is it correct that if i use Push Notification, the device should register automatically?

I have connected the database to my app and same time ago it worked
But now i tried it again and i didn't get my device into the database

What is a correct way to REregister the device again?
(It is a new device maybe it was never registered)


Reregister Device for push

Posted: Wed Mar 18, 2015 9:11 pm
by Alena Prykhodko

Hi,

Do you install app on device?


Reregister Device for push

Posted: Thu Mar 19, 2015 5:13 am
by andi

Yes i install it on the device

at the moment i try a "Samsung Galaxy Note 4"


Reregister Device for push

Posted: Thu Mar 19, 2015 5:51 am
by andi

I found the problem

For iPhone user i coded following into the DeviceReady Event

StatusBar.hide();

on the Android device the event break on this line ... and therefor no push register was executed.