Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Monetization 3.0 - Ad Close Button isn't Closing Ad

Discussion in 'Unity Ads & User Acquisition' started by OgityBogityBoo, Nov 10, 2018.

  1. OgityBogityBoo

    OgityBogityBoo

    Joined:
    Dec 9, 2015
    Posts:
    15
    After implementing Monetization 3.0 following the steps in this guide https://unityads.unity3d.com/help/unity/integration-guide-unity#basic-implementation

    the test ad is playing just fine but the close button isn't closing the ad. Clicking close does run the "HandleShowResult()" callback and is producing the reward - but it does not close the ad. Clicking close infinity produces more rewards - seemingly producing a result of ShowResult.Finished.

    The ad's run when a button is pressed, an opt-in style of button.
    The ad script is nearly identical to the "Reward Ads Button Example" shown in the link above.

    Is this a common issue? Is there a way to remove the Monetization SDK and then reimport?
     
    Last edited: Nov 10, 2018
  2. mikaisomaa

    mikaisomaa

    Unity Technologies

    Joined:
    Sep 14, 2015
    Posts:
    365
    Hi,

    Thanks for bringing this up!

    I couldn't reproduce the behaviour you're experiencing.

    Can you provide your code responsible for handling ads?