Page 1 of 5

Push notification services problem cause by device ID

Posted: Wed Nov 13, 2013 4:18 pm
by anelezeravla

Hello,

I'm following the tutorial about push notifications http://docs.appery.io/tutorials/sendi... (this feature has recently changed, hasn't it?) and I'm having some trouble with a couple of REST services.

The service that registers the device works fine, but the update device service and the receiving info device are returning the following errors:

{
"status":"404 Not Found",
"url":"https://api.appery.io/rest/push/reg/3...",
"response":{
"code":"PNDU006",
"description":"Device id: 352288057237910 not found"
}
}

{
"status":"404 Not Found",
"url":"https://api.appery.io/rest/push/reg/3...",
"response":{
"code":"PNDG006",
"description":"Device id: 352288057237910 not found"
}
}

As you can see, my phone's deviceId contains a ; character that is cut and that is not returned in the error message. Could that be the problem?

Thank you very much


Push notification services problem cause by device ID

Posted: Wed Nov 13, 2013 5:36 pm
by Kateryna Grynko

Hi,

We've tested. This is a bug. Push Update Device service don't work if deviceId contains symbol ";".

Thank you very much! Will be fixed asap.


Push notification services problem cause by device ID

Posted: Thu Nov 14, 2013 9:15 am
by anelezeravla

Another issue we are encountering is how to unsuscribe devices. With the new changes concerning notifications we don't find how to do it.

Thanks!


Push notification services problem cause by device ID

Posted: Thu Nov 14, 2013 11:01 am
by Kateryna Grynko

Hi,

Please take a look at here: http://docs.appery.io/tutorials/sendi...
It was recently added.


Push notification services problem cause by device ID

Posted: Mon Nov 18, 2013 4:57 pm
by anelezeravla

Hello again.
Thank you, the tutorial was very useful.

Has any progress been made concerning the ";" bug? How can we know when it gets fixed? We are waiting for that part to work so we can finish our push notification feature.

Thank you very much again for your help.


Push notification services problem cause by device ID

Posted: Mon Nov 18, 2013 5:26 pm
by Kateryna Grynko

Hi,

Unfortunately this is not fixed yet. This bug has a high priority and our developers are working on it. We'll let you know when it's fixed.


Push notification services problem cause by device ID

Posted: Wed Dec 04, 2013 3:07 pm
by Maryna Brodina

Hello! Should be fixed now.


Push notification services problem cause by device ID

Posted: Mon Dec 09, 2013 5:38 pm
by vcalero

Hello Appery Team,

any update for this problem?

Thanks.


Push notification services problem cause by device ID

Posted: Mon Dec 09, 2013 5:47 pm
by Maryna Brodina

Hello! This bug is fixed on our test environment. Fix is going to be pushed on production in January.


Push notification services problem cause by device ID

Posted: Mon Dec 09, 2013 5:52 pm
by anelezeravla

Thank you, Maryna. We'll be awaiting :)