Hello
I'm working on Push Notification. I'm try to unregister the device using a service. The service is not working. Reason is the device id for android contain semicolon. My device id is like 354905057898191;21302dd0f73a80d5 but in service it take only first part of device id
Url of service:
DELETE https://api.appery.io/rest/push/reg/3...
Error on Service :
{"code":"PNDD006","description":"Device id: 354905057898191 not found"}
Please help me.