I want to add push notifications to my application. The first time i tried to use push notifications there was 1 device_id registered in my database so i tried to use that one with https://api.appery.io/rest/push/reg/3... but got:
{
"code": "PNDG006",
"description": "Device id: 354074092692281 not found"
}
Then i tried to delete the device_id from my database en reinstalled the application on my mobile, but now i don't get another device_id in my database.
I use an apk file(mobile: samsung galaxy s7).
Can anyone help me?