Android Device ID ; bug
I thought this had been sorted in an update in Jan 14.
But still I am having issues in having the the device ID matched ?
What is the best solution for this ?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I thought this had been sorted in an update in Jan 14.
But still I am having issues in having the the device ID matched ?
What is the best solution for this ?
Hello! I'm sorry, could you clarify/remind what issue do you mean?
Due to Android Device ID having a ';' in-between two sets of numbers
When I check if the device has opened the app before, or not, it checks the number against the one in the database, but it only goes up to the ; and so does not find it ?
I have tried:
encodeURIComponent
and
encodeURI
neither seem to work ![]()
We checked and it works. Do you replace ; with %3B?
no, where do I do this ?
This is what I am trying now
if(did.indexOf(";") == "-1") {
} else {
did = did.replace(";", "%3B");
}
did is the localStorage var of the device ID.
This is not working, it must be giving an error, but i dont know what it is, and its not showing up on weinre ![]()
device ready, does not mean you get the device ID. I have my startscreen on device ready, and the device id = null.