MauiMTAdmob
MauiMTAdmob copied to clipboard
App crashes on Android using .NET 8.0
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).