need clarification with Cocos Helper Chartboost plugin

  • elMagnifico
    Likes 0

    Problem 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 admin
    Likes 0

    It basically just lets the framework know the ad has loaded. Does it work with the line commented?

  • elMagnifico
    Likes 0

    yes, it does
    so i shouldn’t expect problems with it commented ?

  • Sonar Systems admin
    Likes 1

    It should be ok

  • elMagnifico
    Likes 1

    thank you very much smiley

  • Sonar Systems admin
    Likes 0

    Your welcome :D

Login to reply