How to do auto OTP filling in MAUI?

45 Views Asked by At

I am trying to convert my Xamrin project to MAUI. In my Xamrine project, I use the "Xamarin.GooglePlayServices.Auth" package. But when I tried this in MAUI I got this error enter image description here

1

There are 1 best solutions below

2
FreakyAli On

From what I read, you need to add the following NuGet package to your project:

https://www.nuget.org/packages/Xamarin.AndroidX.Collection.Jvm

Try installing the latest see if that works out