Key details

  1. Apple published the updated migration on August 24, 2026.
  2. New Sign in with Apple private relay addresses will move from `privaterelay.appleid.com` to `private.icloud.com` later in 2026.
  3. Existing `privaterelay.appleid.com` addresses will continue working and forwarding mail.
  4. iCloud+ Hide My Email addresses will remain on `icloud.com`, reversing that part of Apple’s June 15 plan.
  5. Apple tells developers to ensure account systems, email validation logic and allowlists accept both the new and legacy Sign in with Apple relay domains.
  6. The migration affects newly issued relay addresses; it is not a forced conversion of existing stored addresses.

What builders should take away

  1. Search code and configuration for literal `privaterelay.appleid.com` checks and replace single-domain assumptions with an explicit set of supported Apple relay domains.
  2. Test new-account creation, login/account linking, password recovery, support tooling and transactional-email flows using a `private.icloud.com` address before Apple starts issuing them broadly.
  3. Keep existing relay addresses unchanged in user records unless there is a verified account-update event; Apple says they remain valid.
  4. Review ESP suppression, fraud/disposable-email and routing rules that classify Apple relay domains, especially if they enumerate suffixes manually.
  5. Do not collapse Sign in with Apple and Hide My Email into one domain model: the August update leaves Hide My Email on `icloud.com`.
  6. Add the accepted relay-domain list to configuration or tests rather than scattering hard-coded suffix checks across application code.

What changed

Apple updated its private-email relay migration on August 24, 2026. Starting later this year, newly generated Sign in with Apple relay addresses will use `private.icloud.com` instead of `privaterelay.appleid.com`. Existing `privaterelay.appleid.com` addresses will continue to forward without interruption. Apple had originally announced in June that both Sign in with Apple and iCloud+ Hide My Email would move to the shared domain, but after community feedback it has reversed the Hide My Email part: those addresses will remain on `icloud.com`. Developers are explicitly told to update account systems, email validation logic and allowlists to accept the new Sign in with Apple domain alongside the legacy one.

Why it matters

Relay addresses often become durable account identifiers and flow through validation libraries, user tables, fraud systems, support tools, suppression lists and outbound-email routing. Code that assumes every Sign in with Apple relay ends in `privaterelay.appleid.com` can reject new users or misclassify their addresses once the migration begins. Because legacy addresses keep working, builders need dual-domain compatibility rather than a one-time data rewrite. Email providers and lifecycle systems also need to avoid treating the new domain as an ordinary untrusted alias if they have special routing or suppression logic for Apple relay addresses.

New and existing users can now have different relay domains

Apple says new Sign in with Apple addresses issued later in 2026 will use `private.icloud.com`, while previously created addresses on `privaterelay.appleid.com` remain active. Applications should therefore treat both domains as valid Apple private-relay identities for the foreseeable future rather than trying to normalize old stored addresses onto the new suffix.

The June plan has been partially reversed

Apple’s June announcement proposed one shared `private.icloud.com` domain for both Sign in with Apple and iCloud+ Hide My Email. The August update says Hide My Email will remain on `icloud.com` after feedback. Systems trying to identify Apple privacy addresses should not assume all relay features are converging on one suffix.

Validation rules are the first place to look

Apple specifically calls out account systems, email validation logic and allowlists. Builders should search for exact-domain comparisons, regular expressions, disposable-email filters and identity rules that special-case `privaterelay.appleid.com`. A standards-compliant generic email validator may already accept the new address, but business logic layered on top can still break.

Email routing and deliverability rules may also encode the old domain

The original migration notice told email service providers to review domain-based filtering, suppression and routing rules. Even though the August update narrows the scope to Sign in with Apple, that operational advice still applies wherever software explicitly recognizes Apple relay addresses. Teams should test transactional email, support replies, bounce handling and account-recovery flows using both relay domains.

Do not rewrite stored user addresses simply because the suffix changes

Existing relay addresses continue to forward, and a user’s stored email can be part of authentication, account linking or historical records. The safe migration is to accept the new domain for future addresses while preserving existing values unless Apple provides a user-driven account-change event or the application has another verified reason to update the address.

What to watch next

  • The exact date Apple begins issuing `private.icloud.com` addresses for Sign in with Apple.
  • Whether Apple updates server-to-server account-change payloads or developer tooling to expose relay-domain migration details.
  • Reports of major identity, email-validation or fraud vendors incorrectly rejecting the new domain.
  • Whether Apple eventually revisits the decision to keep iCloud+ Hide My Email on `icloud.com`.

Still unclear

  • Apple says the change begins later in 2026 but has not published an exact cutover date in the current update.
  • The effect on individual applications depends on whether they validate email generically or have Apple-specific domain logic.
  • Apple has not announced that existing relay addresses will ever be migrated to the new suffix; current guidance says they continue working.

Sources

Direct reading behind this dossier.

3 sources
Update: New domain for Sign in with Apple
Apple Developer primary update

Current migration scope: new Sign in with Apple addresses move to private.icloud.com, legacy addresses continue, and Hide My Email remains on icloud.com.

Discussion

Discussion is reader-contributed. Comments are not part of the BTN dossier or its editorial evidence.

0 visible comments

Join the discussion

Keep comments useful and relevant. Reader contributions may be moderated and are not BTN editorial evidence.

Sign in to comment