Appodeal 2.6.3 when?

Sure, my init call looks like this, shouldn’t be anything special about it. Have you tried to disable some of your plugins? Maybe just start with a single plugin until you get it to work?

    local appodealParams = {
        appKey = config.appodeal.appKey[deviceutil.getPlatform()],
        testMode = config.appodeal.testMode or false,
        supportedAdTypes = { "interstitial" },
        disableWriteExternalPermissionCheck = true,
        hasUserConsent = config.appodeal.hasUserConsent or false,
    }

    appodeal.init(appodealListener, appodealParams)