flutter_applovin_max
flutter_applovin_max copied to clipboard
Rewarded Video not loading because of the below error message
Unhandled Exception: MissingPluginException(No implementation found for method IsRewardLoaded on channel flutter_applovin_max)
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"/>