marcojak / MTAdmob

Admob plugin for Xamarin Android and iOS
https://www.xamarinexpert.it/admob-made-easy/
160 stars 26 forks source link

OnInterstitialLoaded does not work on iOS #118

Closed ablohme86 closed 1 year ago

ablohme86 commented 2 years ago

Describe the bug OnInterstitialLoaded, OnRewardedVideoAdLoaded and OnRewardedVideoAdFailedToLoad never fires on iOS

To Reproduce Steps to reproduce the behavior: Add CrossMTAdmob.Current.OnInterstitialLoaded += Current_OnInterstitialLoaded; to your project

Expected behavior It should load an ad or throw something to OnRewardedVideoAdFailedToLoad

Screenshots N/A

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Banner works fine

prok155 commented 2 years ago

Duplicate #111

@marcojak are there any plans to fix it soon? We can't use 1.8.0 version because of this bug :(

ablohme86 commented 2 years ago

Duplicate #111

@marcojak are there any plans to fix it soon? We can't use 1.8.0 version because of this bug :(

So I am not the only one?

marcojak commented 2 years ago

I'm currently working on version 1.9 that fixes few issues and adds new features. The version for Android is complete and I now have to work on the one for iOS. I hope I can release it very soon.

ablohme86 commented 2 years ago

What version can I use that doesnt break android using target 12?

marcojak commented 2 years ago

Even the current version works fine with android 12. There is a package you need to update (you can find which one in one of the issues opened for this plugin).

I'm testing the new version on Android 11, 12 and 13!

On Tue, 15 Nov 2022, 20:47 Alexander Blohme, @.***> wrote:

What version can I use that doesnt break android using target 12?

— Reply to this email directly, view it on GitHub https://github.com/marcojak/MTAdmob/issues/118#issuecomment-1315843333, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUIPISASIGOQLYYJFS7DD3WIPZFXANCNFSM6AAAAAAR7EZAOU . You are receiving this because you were mentioned.Message ID: @.***>

ablohme86 commented 2 years ago

Yes, but to fix this tempoarily on iOS can I use 1.6.9 on iOS and 1.8.0 on Android the same time?

marcojak commented 2 years ago

You could try, right now I don't remember the differences between the two versions. It might work but it's very possible that it will not. You could use the previous version on both platforms.

On Tue, 15 Nov 2022, 20:51 Alexander Blohme, @.***> wrote:

Yes, but to fix this tempoarily on iOS can I use 1.6.9 on iOS and 1.8.0 on Android the same time?

— Reply to this email directly, view it on GitHub https://github.com/marcojak/MTAdmob/issues/118#issuecomment-1315848271, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUIPITEZNKG4GOFUUUMDLLWIPZTZANCNFSM6AAAAAAR7EZAOU . You are receiving this because you were mentioned.Message ID: @.***>

ablohme86 commented 2 years ago

I tried to downgrade but it now throws this:

Screenshot 2022-11-15 at 22 00 15

Any idea what I do wrong? I only use OnLoadedInterstital and Show interstitial when it fires

ablohme86 commented 2 years ago

I tried to downgrade but it now throws this: Screenshot 2022-11-15 at 22 00 15

Any idea what I do wrong? I only use OnLoadedInterstital and Show interstitial when it fires

Nevermind, I forgot to downgrade iOS.MobileAds to 7.66

marcojak commented 1 year ago

The new version is out and that should fix the issue. Closing it for now but feel free to open a new one if the issue is still present