即时游戏广告不起作用 - showAsync' 为 null

Posted

技术标签:

【中文标题】即时游戏广告不起作用 - showAsync\' 为 null【英文标题】:Instant game ads not working - showAsync' of null即时游戏广告不起作用 - showAsync' 为 null 【发布时间】:2020-09-17 08:59:04 【问题描述】:

我正在尝试将货币化添加到我的 Facebook 即时游戏中,它是通过 Cocos Creator 创建的。我已经检查了项目设置 Facebook 受众网络,并将游戏构建为即时游戏。 (Cocos Creator 集成了 Facebook Instant Games SDK,它会在游戏加载时自动初始化(initializeAsync 和 startGameAsync)。)我的应用获得批准,我也在直播模式下尝试了广告。我测试了来自浏览器的广告也来自移动设备。插页式广告应该可以在浏览器中使用,但我仍然收到此错误: 未捕获的类型错误:无法读取 null 的属性“showAsync” 或者 插页式广告预加载失败:客户端不支持消息:getinterstitialadasync

我的代码如下所示:

showInterstitialAd: function () 

    var preloadedInterstitial = null;

    FBInstant.getInterstitialAdAsync(
        '1111111111111' // Your Ad Placement Id
    ).then(function (interstitial) 
        // Load the Ad asynchronously
        preloadedInterstitial = interstitial;
        return preloadedInterstitial.loadAsync();
    ).then(function () 
        console.log('Interstitial preloaded');
    ).catch(function (err) 
        console.error('Interstitial failed to preload: ' + err.message);
    );

    preloadedInterstitial.showAsync()
        .then(function () 
            // Perform post-ad success operation
            console.log('Interstitial ad finished successfully');
        )
        .catch(function (e) 
            console.error(e.message);
        );
,

我错过了什么?谢谢你

【问题讨论】:

【参考方案1】:

可能你没有错过任何东西,Facebook 即时游戏插页式广告只有在你通过 3K mps 后才能使用,现在你只能使用奖励视频和应用内购买。

【讨论】:

以上是关于即时游戏广告不起作用 - showAsync' 为 null的主要内容,如果未能解决你的问题,请参考以下文章

Admob 测试广告不起作用,只有真实的广告在显示 - Android

拨云快讯:小游戏正研发跳转即时语音功能/微信集中处理5万余个账号/支付宝怼微信

Google Admob 横幅广告在 swiftui 中不起作用

反应本机即时电话不起作用

为啥 AdMob 广告频次上限不起作用?

产品广告 API 不起作用