S
Sonder

Every client,
a world

sonder — n. the realization that each random passerby is living a life as vivid and complex as your own

// Guideline 4.8 (Design — Login Services), rejected 2026-08-21. // // Offering Google as a third-party login OBLIGES the app to offer an equivalent // privacy-preserving option (Sign in with Apple). The requirement is triggered by // OFFERING the service, so inside the native shell the button is not rendered at // all and the obligation never attaches. The web keeps it: 4.8 is an App Store // rule, not a product one. // // A REAL conditional render, never CSS — `display:none` still leaves a button in // the tree that a reviewer's automation (and a keyboard) can reach, and the whole // point is that the app does not offer the service. Same lesson as the 3.1.1 // purchase gating in `native.ts`. // // Users whose account was created with Google are not stranded: "Forgot password?" // (`resetPasswordForEmail`) lets them set one, which is the same door the web // offers a passwordless account.
OR

No account? Create one