Quantcast
Channel: Questions in topic: "ads"
Viewing all articles
Browse latest Browse all 1416

How to fix unity rewarded ads issues on android

$
0
0
Hello; Unity rewarded ads are working fine but only one thing, A player is not rewarded after watching a full video on android mobile, however, all seem to work perfectly on the unity editor. ... if I check Test mode on unity editor, then i test the game, when i press rewarded video ad the player will move to the Exit location of the maze. But it is not working on android after i build the game. ---------- public void OnUnityAdsDidFinish (string surfacingId, ShowResult showResult) { // Define conditional logic for each ad completion status: if (showResult == ShowResult.Finished) { // Reward the user for watching the ad to completion. Player.transform.position = ExitPosition.transform.position; Player.transform.rotation = ExitPosition.transform.rotation; Debug.Log("Rewarded Video Finished, Player Moved to Exit"); }

Viewing all articles
Browse latest Browse all 1416

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>