-
elMagnificoLikes 0Problem Description
Hi,
My app crashes at preloading an ad
after some tweaking i found out that the crash si resulting from this line ...
@Override
public void didCacheInterstitial(String location)
{
Log.i(TAG, "DID CACHE INTERSTITIAL '"+ (location != null ? location : "null"));
-------------> // FullscreenAdPreloaded(true);
}
my question is : what does that line do and is it ok if i leave it that way(commented)?
-
Sonar Systems adminLikes 0
It basically just lets the framework know the ad has loaded. Does it work with the line commented?
-
elMagnificoLikes 0
yes, it does
so i shouldn’t expect problems with it commented ?
-
Sonar Systems adminLikes 1
It should be ok
-
elMagnificoLikes 1
thank you very much
-
Sonar Systems adminLikes 0
Your welcome :D
Login to reply