I have published my app on android, and now I’m facing a problem with the JSON response on some devices ?!
Advertisement
Answer
I think the error message is telling you that some servers don’t return valid JSON (or at least returning something that your code/library cannot handle). You might want to add some error checking code that would address such conditions.