I don't know what I'm doing wrong but HandleShowResult doesn't get called, the video plays fine and everything works in editor.
I'm using unity 5.5.0.p3 with the builtin ads and testing on Android 6.0.1. Am I missing some permission, does it need special permission? the video works and the logcat doesn't show any errors.
Rewarded video no callback on Android
I'm using unity 5.5.0.p3 with the builtin ads and testing on Android 6.0.1. Am I missing some permission, does it need special permission? the video works and the logcat doesn't show any errors.
Code (CSharp):
- public void showRewardedVideo(){
- if(Advertisement.IsReady("rewardedVideo")){
- ShowOptions options = new ShowOptions();...