MauiMTAdmob icon indicating copy to clipboard operation
MauiMTAdmob copied to clipboard

App crashes on Android using .NET 8.0

Open MatanYamin opened this issue 7 months ago • 3 comments

I tried multiple things and the app crashes when using both simulator/real android device.

I want to buy the license but I won't if the plugin doesn't work...

What i did: Installed the plugin (basically even when tried to build now, it crashes)

added .UseMauiMTAdmob() to the MauiProgram

added CrossMauiMTAdmob.Current.Init(this, appId); to MainActivity OnCreate

and the appropiate meta-data to the android manifest.

And it keep crashing when opening the app for Android (Didn't even tried for iOS).

MatanYamin avatar Aug 01 '24 12:08 MatanYamin