Hi all,
I was trying to test out MobileAdvert but nothing seems to load - will it work in a browser preview or remote preview? I am thinking it does not support it as per the docs:
----
The Mobile Advert plugin allows a game to use Admob Banner, Interstitial and Rewarded Video adverts on Android and iOS. This plugin does not provide advert services for HTML, Arcade, Desktop or Windows UWP exports.
----
Or do I need to build the APK to test? When I try browser preview nothing loads and when I use Firefox inspector I see it errors out with:
Rejection from 'advert' handler 'CreateBannerAdvert': Error: "advert plugin not loaded"
_CallMethod editor.construct.net/r149/plugins/monetisation/admob2/c3runtime/domSide.js:1
b editor.construct.net/r149/plugins/monetisation/admob2/c3runtime/domSide.js:1
_OnEventFromRuntime editor.construct.net/r149/preview/c3/workers/domSide.js:1
_OnMessageFromRuntime editor.construct.net/r149/preview/c3/workers/domSide.js:1
onmessage editor.construct.net/r149/preview/c3/workers/domSide.js:1
domSide.js:1:9104
_OnEventFromRuntime editor.construct.net/r149/preview/c3/workers/domSide.js:1
I created an admob account, created a ad unit (banner style), placed on the MobileAdvert object configuration a my Publisher ID from admob, My Android AppID from admob,a dummy URL for the privacy policy.
On layout start I use mobileadvert create banner advert <banner ID from admob> and start set to true.
First time using this so I may be missing something obvious.