iOS開発でAppleIDログインを実装し、
ユーザーがメールアドレスを非公開設定にした場合に取得できる
転送用のメールアドレス「@privaterelay.appleid.com」
ただ「@privaterelay.appleid.com」にメールを送っても、転送されないのでApple Developerの設定画面を触る必要がある。
手順
Apple Developer Programの
Certificates, Identifiers & Profilesの
Moreメニューに移動
https://developer.apple.com/account/resources/services/list
Configureボタンへ
https://developer.apple.com/account/resources/services/configure
「+」ボタンを押すとドメインかアドレスが入力できるボックスが表示されるので、「@privaterelay.appleid.com」に送信するメールの送信元の情報を入力。
参考
Swiftのお役立ち情報