Update EW iOS Documentation#2854
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bgravenorst
reviewed
Apr 16, 2026
4 tasks
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 5ba33ca. Configure here.
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Fix stale connect-blockchain snippets, consolidate the migration guide to v12, and correct quickstart sign-in references. Co-authored-by: Cursor <cursoragent@cursor.com>
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.

Update EW iOS Documentation to v12
Note
Low Risk
Documentation-only changes with no application or SDK runtime code; risk is limited to broken links or outdated examples misleading integrators.
Overview
Updates Embedded Wallets iOS SDK docs from v10/v11 patterns to v12 (12.0.1), including the migration guide, get-started flow, advanced/usage pages, Solana/EVM connect guides, and quickstart references.
API and terminology renames are applied consistently:
W3AInitParams→Web3AuthOptions,login→connectTowithLoginParams/AuthConnection,web3Auth.state→web3AuthResponse, private key helpers renamed, and Wallet ServiceslaunchWalletServices→showWalletUIwith chains configured in options instead of per-callchainConfig.Integration guidance changes include async
try await Web3Auth(options:)(no separateinitialize()), removal ofsetResultUrl/URL callback setup, default session length documented as 30 days, and new/expanded coverage forauthConnectionConfig,chains,walletServicesConfig, and SFA viaidToken.Navigation and links: sidebar entries and Vercel redirects point old paths (
login,launch-wallet-services, legacy private-key URLs) to the new pages; the iOS migration index targets v12 (Android table row corrected to v9). Link checker ignores Tenderly URLs.Reviewed by Cursor Bugbot for commit 292f237. Bugbot is set up for automated code reviews on this repo. Configure here.