marcojak / MTAdmob

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

Video interstitials now showing when app was pubished to Google Play #49

Closed booooohdan closed 2 years ago

booooohdan commented 3 years ago

Describe the bug Video interstitials (Interstitial with reward. New AdMob feature) now showing when the app was published to Google Play. Regular interstitial worked as well, but video not appearing. My account is valid for more than a year. Both interstitial ads (video and regular) were created more than a week ago. The release of a new version of the app was also more than a week ago. Also, the test id for video interstitial is working.

To Reproduce Steps to reproduce the behavior:

  1. Publish the app with video interstitial to Google Play
  2. To see that ads are not appearing

Expected behavior Video interstitial is working

Smartphone (please complete the following information):

marcojak commented 3 years ago

Do you still have the problem?

I know that sometimes when the Video don't work, you can add this to your AndroidManifest:

<application android:label="SampleMTAdmob.Android" android:hardwareAccelerated="true">

I hope this solves the problem, otherwise let me know.