dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.95k stars 1.7k forks source link

Auto read OTP in Android using the Google SMS Verification API #16773

Closed shery-sharaf closed 1 year ago

shery-sharaf commented 1 year ago

Discussed in https://github.com/dotnet/maui/discussions/16772

Originally posted by **shery-sharaf** August 16, 2023 Since READ_SMS and RECEIVE_SMS permissions are not so much easier to get published on the play store, how can i implement auto read OTP in android using the Google SMS verification API in .net MAUI. I came over this [Request SMS Verification in an Android App](https://developers.google.com/identity/sms-retriever/request). For implementing this how can i add the required dependencies of 'com.google.android.gms:play-services-auth:20.6.0' and 'com.google.android.gms:play-services-auth-api-phone:18.0.1' in .net MAUI ?
drasticactions commented 1 year ago

You already have a discussion topic on this, which IMO is more appropriate for your question. This isn't an issue with the MAUI UI platform.