Page 1 of 3

Can't Send Push Notifications per Device ID

Posted: Thu Sep 19, 2013 1:04 pm
by Miguel Ángel Camacho

I'm trying to send push notifications by device id using Appery console but i don't recieve them. If I don't use a device id, notifications are sent ok.

Is there anything else needed to send notifications from Appery web console other than writing the device id on the decvice id field?

Regards,

miguel


Can't Send Push Notifications per Device ID

Posted: Thu Sep 19, 2013 1:33 pm
by Kateryna Grynko

Hi Miguel,

How do you get Device ID?


Can't Send Push Notifications per Device ID

Posted: Thu Sep 19, 2013 1:38 pm
by Miguel Ángel Camacho

I'm running android device ID application. I's available In Google Market. I also get by Javascript and showing an alert with the device id.


Can't Send Push Notifications per Device ID

Posted: Thu Sep 19, 2013 2:02 pm
by Kateryna Grynko

Miguel,

In this tutorial http://docs.appery.io/tutorials/sendi... you can find method to get device id that is needed for Push functionality work. It can mismatch the ID returned by third-party application.

What JavaScript did you use to get it?


Can't Send Push Notifications per Device ID

Posted: Thu Sep 19, 2013 2:52 pm
by Matt6097125

I've been having this exact same issue. I'm getting the device ID by using PhoneGaps device.uuid (never got Appery's PushNotification.getDeviceUniqueIdentifier() to work). Push works if you don't specify a device, but when you specify a device it doesn't make it through.

Please update this thread if you figure it out.


Can't Send Push Notifications per Device ID

Posted: Thu Sep 19, 2013 2:54 pm
by Miguel Ángel Camacho

I used device.uuid as the piece of Javascript in the tutorial wan't working. I took device.uuid form one of the answers to somebody having problems to retrive the device id on the forum.


Can't Send Push Notifications per Device ID

Posted: Thu Sep 19, 2013 2:55 pm
by Miguel Ángel Camacho

I used device.uuid as the piece of Javascript in the tutorial wasn't working. I took device.uuid from one of the answers to somebody having problems to retrive the device id on the forum.

Thanls a lot for your help.


Can't Send Push Notifications per Device ID

Posted: Thu Sep 19, 2013 4:09 pm
by Matt6097125

Hi Katya,

I'm following the tutorial at http://docs.appery.io/tutorials/sendi...

I'm getting confused by the "Handle Push Notifications from the app" section. What would be some applications of those services? Do I need to set those up to get the pushes to a specific device to work?

Thanks for the help.


Can't Send Push Notifications per Device ID

Posted: Thu Sep 19, 2013 5:57 pm
by Maryna Brodina

Hello Matt! I'll update here https://getsatisfaction.com/apperyio/...


Can't Send Push Notifications per Device ID

Posted: Thu Sep 19, 2013 10:44 pm
by Miguel Ángel Camacho

Any news on this issue? I still don't recieve push notifications when sent from Appery console by device. When I send them without entering device Id I can recieve them with no problem.