Skip to content
Advertisement

valid JSON response issue [closed]

I have published my app on android, and now I’m facing a problem with the JSON response on some devices ?! screen shot showing the error which says no connection

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.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement