0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Swiftで「@privaterelay.appleid.com」にメールを転送させる

Last updated at Posted at 2021-09-02

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
スクリーンショット 2021-09-02 18.49.17.png

「+」ボタンを押すとドメインかアドレスが入力できるボックスが表示されるので、「@privaterelay.appleid.com」に送信するメールの送信元の情報を入力。

スクリーンショット 2021-09-02 18.48.46.png

最後にSTATUSが「SPF」になっていれば完了。
スクリーンショット 2021-09-02 18.50.19.png

参考

Swiftのお役立ち情報

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?