Getting error while opening app.
App stuck on splash screen. I have working portal and api settings. still getting error.
I am testing the newest version.
_registerDevice: com.android.volley.error.ParseError: org.json.JSONException: Value <!DOCTYPE of type java.lang.String cannot be converted to JSONObject
W/System.err: org.json.JSONException: Value com.android.volley.error.ParseError of type java.lang.String cannot be converted to JSONObject
Can anyone help me to get rid of this or what response it is sending.
Getting error from here
ApiRequest.Call_Api(this, ApiLinks.registerDevice, param, new Callback() {
@OverRide
public void Responce(String resp) {
try {
JSONObject jsonObject=new JSONObject(resp);
String code=jsonObject.optString("code");
if(code.equals("200")){