andi
Posts: 0
Joined: Sat May 25, 2013 9:32 am

Reregister Device for push

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)

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Reregister Device for push

Hi,

Do you install app on device?

andi
Posts: 0
Joined: Sat May 25, 2013 9:32 am

Reregister Device for push

Yes i install it on the device

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

andi
Posts: 0
Joined: Sat May 25, 2013 9:32 am

Reregister Device for push

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.

Return to “Issues”