79405589

Date: 2025-02-01 19:50:42
Score: 3
Natty:
Report link

If anyone here facing same issue, isRewardedVideoAvailable always being false. I was initializing like this: LevelPlay.Init("appKey"); Changing initialization to this solved my problem:

LevelPlayAdFormat[] legacyAdFormats = new[] { LevelPlayAdFormat.REWARDED, LevelPlayAdFormat.INTERSTITIAL, LevelPlayAdFormat.BANNER };
LevelPlay.Init("appKey", adFormats: legacyAdFormats);
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): facing same issue
  • Low reputation (1):
Posted by: ccaner37