I’m trying to use RevMob to show rewarded videos in our app, but I noticed an unexpected behavior:
Sometimes, when I call
revmob.isLoaded(self.placementId)
I get “true” as the result.
However, when I call
revmob.show(self.placementId)
afterwards a video is not shown, but I get a callback with the phase “rewardedVideoNotFullyDownloaded” (both event.isError and event.response are nil).
If the video was not fully downloaded, why did the isLoaded function return true?
It should return false up until the point when I can actually show the video.
Any help would be greatly appreciated.