altstoreio / AltStore

AltStore is an alternative app store for non-jailbroken iOS devices.
https://altstore.io
GNU Affero General Public License v3.0
11.64k stars 884 forks source link

Support "request code via SMS" for 2FA protected accounts #204

Open VincentSit opened 4 years ago

VincentSit commented 4 years ago

Is your feature request related to a problem? Please describe.

Apple's 2FA supports two methods. Send verification to a trusted device or a trusted mobile phone number.

I have two Apple accounts, one is a registered developer account and the other is my personal account. I want to use the registered developer account to get a longer signature validity time, but I did not log in to this developer account on my personal phone, I added my mobile phone number to the list of trusted mobile phone numbers and verify via sms. However, AltServer does not support 2fa authentication via sms, which prevents me from signing with a developer account. Hope that this feature can be supported in the future.

Describe the solution you'd like When performing 2FA, we can choose to use sms to receive the verification code, like fastlane does.

AlexD3v commented 4 years ago

Apple has now made SMS 2FA mandatory for new accounts. Would be nice if AltStore supported it.

Alexandre2006 commented 1 year ago

I'm going to try and see if I can implement this.

It seems it is going to have to be implemented in the AltSign repository, and not this one.