-
Notifications
You must be signed in to change notification settings - Fork 12
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
Working with 2FA #2
Comments
Hi there, at some point soon I’m gonna look into updating this tool to the latest version from the main repo, but until them, 2FA actually does work; you just have to add the two factor code to the end of the password entry. For example, say my two factor code is 111333 and I’m using the
Hope that helps for the time being. The only thing that’s stopped me is that I need to restructure the build scheme completely since the tool is now multiple swift packages rather than a single project, and I’ve just been busy. |
This don't work anymore... |
Getting an error while signing in with Apple ID, 2FA issue |
Try it again. You have to export you password as an environment variable, and when you get the 2FA code, add that to end of your password in your |
Write down the exact steps you took because I’m unsure whether or not you have had any idea what I’ve been talking about / following the steps I’ve mentioned. |
I created ~/.profile and added export IPATOOL_PASSWORD=appleidpassword2fa, killed terminal, re-launched, gives the same error. |
hmm, okay, now try the exact same thing but add your email as an environment variable as well ( |
I’m glad it started working (and it shouldn’t have to be re-done every time, maybe try again in an hour. make sure that everything else is correct in your ~/.profile, the only reason I could imagine why it wouldn’t continuously work would be because of the variable not being read before the terminal session begins. You can check if it’s indeed being read correctly by typing |
How long can an 2FA code be used? |
I’ve been using the same one for over a year, once it works multiple times, it won’t stop working (but like yourself, I actually do remember having the issue of 2FA needing to be regenerated every time, but a day later I tried and it worked fine. My guess is because I regenerated so many codes that day) |
Hi!
Is there any way we can pass the 2FA code to
ipatool-ios
?It seems with
ipatool
there's an option but it does not work with this toolThanks!
The text was updated successfully, but these errors were encountered: