flutter_applovin_max icon indicating copy to clipboard operation
flutter_applovin_max copied to clipboard

Rewarded Video not loading because of the below error message

Open afrimglobal opened this issue 3 years ago • 1 comments

Unhandled Exception: MissingPluginException(No implementation found for method IsRewardLoaded on channel flutter_applovin_max)

afrimglobal avatar Feb 24 '22 19:02 afrimglobal

Hi, which target are you trying this on? The plugin works for ios and android only.

The method exists both in ios and android.

edit: i could reproduce the error. this happens when you do not include the applovin entries in your AndroidManifest.xml: <meta-data android:name="applovin.sdk.key" android:value="YOUR_CODE_HERE"/>

bastiedotorg avatar May 24 '22 06:05 bastiedotorg