Skip to content
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

qr code doesn't work in ios google authenticator #46

Open
hamidreza-ka opened this issue Sep 25, 2021 · 2 comments
Open

qr code doesn't work in ios google authenticator #46

hamidreza-ka opened this issue Sep 25, 2021 · 2 comments

Comments

@hamidreza-ka
Copy link

Hi,
that qr code we generate work fine in android google auth but doesn't work in ios.
can you help me ?

@pauloemmilio
Copy link

Hi, @Karimi1381

I was having the same problem and found the google authenticator app doesn't work well with other SHA options besides SHA1.

In my case I was using SHA256 and the codes generated between ios and android were different, when switching to SHA1 (less secure) the codes were the same and it worked for both platforms.

I don't know if your problem is exactly this, but if it is, you can verify it using the google authenticator app and the FreeOTP app at the same time on android. If you use a different SHA than SHA1, they will generate different codes and the FreeOTP code will be the same as the code that would be generated on an ios device.

@Stexxen
Copy link

Stexxen commented Nov 3, 2021

Please see #30 for further info on App support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants