-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support .NET MAUI #102
Comments
Hi Christian, The current version of the plugin only works with Xamarin and I really doubt it would work with MAUI. |
If it is in my possibilities, I'll try to help. |
Hi Christian, just a quick update. I've started to work on the MAUI version of the plugin. My plan is to have the MAUI version ready online by the time MAUI will reach RC1. |
Hello Marcojak, Do you have any timeline/update for the new MAUI version of the plugin? Thanks. |
Hi,
I've started to move to MAUI.
In my early tests, the Android version already works fine but the iOS
version doesn't work yet.
The issue is with the binding libraries behind MtAdmob.
Hopefully those libraries will be available soon.
Best regards,
Marco
…On Sat, 14 May 2022, 19:41 supershopping, ***@***.***> wrote:
Hello Marcojak,
Do you have any timeline/update for the new MAUI version of the plugin?
Thanks.
—
Reply to this email directly, view it on GitHub
<#102 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUIPIQWAUWPBCKGSZT2UTTVJ7XUDANCNFSM5SC6FSUA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Waiting for the support - Google Ads for Android and iOS. |
Hi @marcojak, Will it work with MAUI Blazor approach? |
I am also looking forward to the update. I am finishing an application and it would be very useful :) |
A quick update: The implementation is very similar to Xamarin so passing from the Xamarin version to MAUI, should be incredibly straightforward, but I'd like to clean the code and revisit it before making it public as after the fist release, it's always more complicated to change something. |
Can't wait for it, i've a ton of App that are still on hold because i'm waiting for MAUI support :) |
I've just published the plugin. The sample code is available here: https://github.com/marcojak/MauiMTAdmob It's the first version so things may change in future but it seems stable and its usage is very similar to the current Xamarin Plugin. |
THANK YOU ! You're the man ! |
@marcojak Will this also work with Maui Blazor? Right now when I try to install Plugin.MauiMTAdmob in a Maui Blazor application I get an error saying |
Hi @JeroenMBooij, the error you are seeing is not linked to the plugin but to the path too long. You need to make it shorter! Have a look at this to solve the issue: |
I am thinking about integrating Ads the first time and since Xamarin has been closed for any further development, I chose to implement my Apps using .NET MAUI. MAUI is currently at Preview 14 with RC1 around the corner and GA expected somewhere around May this year. So I'd like to know if you plan to update your package with support for .NET MAUI or is there any way to use it with MAUI even right now?
The text was updated successfully, but these errors were encountered: