Marco

Results 94 comments of Marco

Tried today again after 4 months and the issue is still present. I really don't understand how we can start to take this platform seriously if even these big problems...

Hi, MobileAds is not part of this plugin but it's part of the package Xamarin.GooglePlayServices.Ads.Lite. Make sure to have this in your MainActivity.cs: using Android.Gms.Ads; id this is not recognised,...

Hi, I'm currently updating the plugin to support Xamarin.Google.iOS.MobileAd 9.13.0. It seems that there are few incompatibilities so I'll have to fix them and I'll release a new version soon....

I'll have a look if I need to change something in the code or simply add something in the guide

Hi, I haven't thought about it yet but I may add it in the future as soon as I have a bit more time

Hi @BurkusCat I'm working on the new version of the plugin and after I finish, I'll work on the Wiki page to improve the documentation.

Hi, As written in the readme, - Xamarin.Google.iOS.MobileAds 8.13.0 Is not supported yet and for now you need to use the previous version. After you downgrade it, the project will...

I was looking at his page: https://groups.google.com/g/google-admob-ads-sdk/c/fmbPnkUCIe8?pli=1 and in particular at this (for native android): dependencies { implementation 'com.google.android.gms:play-services-ads:20.4.0' // For apps targeting Android 12, add WorkManager dependency. constraints {...

Correct. Rewarded interstitials are not supported yet but I'll implement them soon. I've been a bit busy with other projects but I'll try do add them in the next release.

As @arahmancsd said, the trick is to update Xamarin.AndroidX.Work.Runtime to 2.7.0. I'm going to update the sample project to show that. For now I'll close the issue but feel free...