The user object being returned after session creation is missing "Products", "Exchanges", "OrderTypes" collection and hence generating a parsing exception.
While the official library is pending to be updated by Zerodha, I have made the below changes to "User" structure in structure.cs
Notice the commenting out of code for these three and adding a null to it. This is just makeshift till Zerodha publishes a fixed library or populates these 3 collections.
While the official library is pending to be updated by Zerodha, I have made the below changes to "User" structure in structure.cs Notice the commenting out of code for these three and adding a null to it. This is just makeshift till Zerodha publishes a fixed library or populates these 3 collections.
org.json.JSONException: JSONObject["products"] is not a JSONArray.
Kindly update client libraries