googleads / googleads-mobile-unity

Official Unity Plugin for the Google Mobile Ads SDK
https://developers.google.com/admob/unity
Apache License 2.0
1.34k stars 1.08k forks source link

UMP on iOS auto show when reopen game #3205

Closed phuongdmp7 closed 3 months ago

phuongdmp7 commented 3 months ago

[REQUIRED] Step 1: Describe your environment

[REQUIRED] Step 2: Describe the problem

I do not call manually show UMP but when second game session UMP always auto show. How can i turn off this?

NVentimiglia commented 3 months ago

Hi @phuongdmp7

UMP does nothing on its own, everything which UMP loads and shows is invoked from API calls. If you show your code, maybe I can help.

By default UMP shows on the first session in which you call it, which sounds like the second session in your case.