Closed QuadTeleport closed 8 years ago
I am unable to compile and test right now, but the issue seems to be on appodeal/android/src/GodotAppodeal.java line 423:
runCallback(String.format("onRewardedVideoFinished. Reward: %d %s", amount, name));
it should be something like:
runCallback("onRewardedVideoFinished");
right?
The reward video finished callback is not working