-
Notifications
You must be signed in to change notification settings - Fork 387
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
Biometric Login doesn't work (Biometric Authentication Manager) #2507
Comments
@johnjeremih It looks like you are calling that API before the user has logged in but it needs to be called after. |
@brandonpage Do you guys have a sample app for it? I'm having this error when I add it to the mainActivity
|
Here is an example app of the problem. https://github.com/johnjeremih/SalesforceTest |
Any thoughts on this? |
1 similar comment
Any thoughts on this? |
use this below layout file in sf__biometric_enrollment_prompt.xml file.
|
@Harikjr Now shows up, but it doesn't prompt the biometric |
@johnjeremih Are you still having problems with this? I don't think you are understanding how the feature works. Here is the doc. The feature needs to be enabled in your connected app on the server. You can prompt the use to opt in (or opt them in without prompting) any time after initial login. When the app locks and displays the login screen the user will be prompted to login with Biometrics or they can login with username / password to unlock. |
Closing issue for lack of response from customer. |
I'm having problems trying to set up the Biometric login. I extended the LoginActivity() view in a new class and set up the Biometric Login. I tap on Enable and it doesn't do anything else.
SalesforceSDKManager .getInstance() .biometricAuthenticationManager .presentOptInDialog(this.supportFragmentManager)
The text was updated successfully, but these errors were encountered: