-
Notifications
You must be signed in to change notification settings - Fork 44
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
autofill is not capturing OTP on android 12 devices.. Not giving any error. #39
Comments
Same issue with me. please update the code. I think its related with some permission issue. |
Could not reproduce the bug with Retriever API or Consent API. Checked on the Android 12 and 13 emulator and on a real device with Android 12. |
I have already calculated the hash key signature. But not working in
android 12. When this issue will be fixed?
…On Wed, 8 Feb, 2023, 11:28 am Danil Galimzyanov, ***@***.***> wrote:
Could not reproduce the bug with Retriever API or Consent API. Checked on
the Android 12 and 13 emulator and on a real device with Android 12.
Possible problem.
Enable the autofill service by navigating to *Settings > Google >
Autofill > SMS verification codes > Autofill service*.
Note.
To use Retriever API you need The App signature, package calculates the
hash for you and prints it in the console.
https://developers.google.com/identity/sms-retriever/verify#1_construct_a_verification_message
—
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGPNLJGWFIZQP2JZNF4LZODWWMYX7ANCNFSM6AAAAAAS6GEGNU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@GalimzyanovDanil This issue happens in the release build. It works fine when we test while debugging. For me it's not working in android 12 and 13. But works in android 10 devices. I am using Consent API. |
Hi @lijogeorgep ! We would like to deliver a fix, although I tested an example app on Android 13 in the release build and it works just fine with Consent API. We are also using it in several internal projects and have no issues. May it be some device- or firmware- specific behavior that does happen sometimes with Android devices? We probably should dig in a little bit to find out. |
@lijogeorgep Could you provide more information about your case, including error and stacktrace, so we could continue investigation with this case? |
autofill is not capturing OTP on android 12 devices..
Not giving any error.
Please update your code.
The text was updated successfully, but these errors were encountered: