anelezeravla
Posts: 0
Joined: Tue Oct 01, 2013 12:00 pm

Push notification services problem cause by device ID

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Push notification services problem cause by device ID

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.

anelezeravla
Posts: 0
Joined: Tue Oct 01, 2013 12:00 pm

Push notification services problem cause by device ID

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!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Push notification services problem cause by device ID

Hi,

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

anelezeravla
Posts: 0
Joined: Tue Oct 01, 2013 12:00 pm

Push notification services problem cause by device ID

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Push notification services problem cause by device ID

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Push notification services problem cause by device ID

Hello! Should be fixed now.

vcalero
Posts: 0
Joined: Wed Nov 13, 2013 12:20 pm

Push notification services problem cause by device ID

Hello Appery Team,

any update for this problem?

Thanks.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Push notification services problem cause by device ID

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

anelezeravla
Posts: 0
Joined: Tue Oct 01, 2013 12:00 pm

Push notification services problem cause by device ID

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

Return to “Issues”