mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-26 00:25:52 +03:00
[GH-ISSUE #54] "Invalid token barcode" on IOS google authenticator app. #493
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/google2fa#493
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @deno028 on GitHub (Nov 11, 2016).
Original GitHub issue: https://github.com/antonioribeiro/google2fa/issues/54
The lib work well on Android app but IOS.
Whatever I tried to change the keylength when I scan with my IPhone the error always appear: Invalid token barcode.
@aik099 commented on GitHub (Nov 11, 2016):
Are you using Google Authenticator app on iPhone as well?
With the Google Authenticator app I'm afraid you have to use default key length.
@antonioribeiro commented on GitHub (Nov 30, 2016):
Did you set
setEnforceGoogleAuthenticatorCompatibilityto false? This enforcement was coded exactly because of this problem.@lucaq commented on GitHub (May 3, 2018):
Because there's an equal sign in the back of the string, and I just delete the equal sign, that's my method.