I am trying to to embed reward videos using the admob Pro plugin (unfortunately the author closed down the issues page on his plugin o.O).
I can correctly display reward videos and handle the result.
However, once a video was shown, I cannot show another video until the app is closed (not suspended!) and restarted.
My workflow:
- Prepare video
- Wait for video loaded event
- Show button to user which offers video with reward
- User clicks button
- Video is shown
- Video is completed, closed and action is done
- (Optional, tried also without 7+8): Call prepare video again, to load next video
- (Optional, tried also without 7+8): Waiting for video loaded event again
- Show button to user which offers again video with reward
- User clicks button
- Nothing happens.
The video loaded event is correctly received for the 2nd video, but the call to “showRewardVideo()” does not do anything. No exception (also not in system log).
Also, no event for a failing ad load is triggered.
Any ideas? Is this a bug in the plugin which prevents showing another video?
Hint: Testing this on Android device.