Send the SMS code to the account's own trusted phone, not id 1 - #5
Open
gregakespret wants to merge 1 commit into
Open
gregakespret wants to merge 1 commit into
gregakespret wants to merge 1 commit into
Conversation
…hone Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KjoTwe6ghEaBXvRrsymsyN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
apple-private-apisto gregakespret/apple-private-apis#1 (a514a27), so the login sends the SMS code to the account's own trusted phone instead of phone id 1, and logs Apple's status and body when that send fails.Accounts without a trusted phone id 1 currently fail at that step on every attempt, surfacing in export-findmy as
AuthSrp("Could not reach Apple's sign-in service"). That is what firedAirtagConnectWizardErrorson 2026-09-26. Accounts that sign in today are unaffected: if the phone lookup fails, the code still goes to id 1.The submodule commit is on the fork's
fix/sms-2fa-phone-idbranch, which is enough for Cargo to fetch it. Merge that PR first so the pin points at a commit on a merged branch.Verified: export-findmy builds against this branch and its 46 tests pass, and the new
sms_phone_idunit tests pass.🤖 Generated with Claude Code
https://claude.ai/code/session_01KjoTwe6ghEaBXvRrsymsyN