NullReferenceException AdColony.Ads._OnRequestInterstitialFailed
mutter21 opened this issue · 3 comments
mutter21 commented
Sometimes the latest version will get the following error.
Android :
NullReferenceException
AdColony.Ads._OnRequestInterstitialFailed (System.String paramJson)
IOS :
NullReferenceException: A null value was found where an object instance was required.
System.Action`1[T].Invoke (.T obj)
So I changed the source code in "AdColony.cs".
try
{
Hashtable values = (AdColonyJson.Decode(paramJson) as Hashtable);
:
}catch(NullReferenceException ex)
{
...
}
I wonder what's wrong. T.T
shawnkc commented
That's a fair change. A fix for this is coming very soon. What is your appId/zone that you're using? We'd like to see if we can duplicate the issue here.
mutter21 commented
My appId/zone is :
appc9475c1dbafb4236a0 / vzaeb222da5b5b4a4ca1
But the issue will not be duplicate often. T.T
shawnkc commented
This should be fixed in the new 3.3.4 release.