I just want to update a device Push ...
for URL i use https://api.appery.io/rest/push/reg/{...
but i don't know how i can use the deviceIdURL in the Settings
i know i have to replace the ';' with a '%3B'
if i write 'aaaaaa;bbbbb' in setting - url will be "url":"https://api.appery.io/rest/push/reg/a..."
if i write 'aaaaaa%3Bbbbbbb' url will be "url":"https://api.appery.io/rest/push/reg/a...",
what i am doing wrong?