Open tariq-hevo opened 3 years ago
This is also happening in v9.0.0. It appears to be a breaking change made to the API and is in the code for v11.0.0 but that jar is not published to Maven yet due to #347
I see. Thanks for the update @galacticgumshoe. I hope this doesn't get a lot of time to get resolved as we already have the code ready for v11.0.0.
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.
Which SDK version are you using?
10.0.0
What's the issue?
While trying to fetch ad insights application fails with following exception :
com.facebook.ads.sdk.APIException$MalformedResponseException: Invalid response string:
Steps/Sample code to reproduce the issue
Observed Results:
What happened? This could be a description, log output, etc. While trying to fetch the result sdk code breaks inside parseResponse method (AdsInsights.java:357). Following is the exception that we see :
We noticed that mInstantExperienceOutboundClicks is of type List . But the json string
somehow doesn't seem to adhere to the Type defined.
If we go down the trace further this is what we see :
Expected Results: