You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Sign in with Apple FAQ & update changelog (#164)
Adds a FAQ section to web-checkout explaining Apple private relay email bounces and step-by-step instructions to register superwall.app (or a specific sender) as an authorized email sender in the Apple Developer account, plus a warning about customers using Hide My Email. Also updates src/lib/changelog-entries.json lastUpdated and inserts multiple new changelog entries for recent docs and SDK updates.
Copy file name to clipboardExpand all lines: content/docs/web-checkout/web-checkout-faq.mdx
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,22 @@ Yes. By default, Superwall emails the address used during checkout with instruct
17
17
18
18
To turn these off, use the "Disable Superwall Emails" setting in your Stripe app settings — see [how to disable the activation link email](/support/web-checkout/3969573187-how-do-i-disable-the-activation-link-email-for-web-checkout).
19
19
20
+
### My app uses Sign in with Apple. Do I need to do anything extra?
21
+
22
+
Yes. If your app uses Sign in with Apple, some customers may check out using an Apple private relay email address (e.g. `abc123@privaterelay.appleid.com`). Emails sent to these addresses — including Superwall's activation link email — will **bounce** unless you register the Superwall sending domain as an authorized email sender in your Apple Developer account.
23
+
24
+
To fix this:
25
+
26
+
1. Go to [Apple Developer — Services Configuration](https://developer.apple.com/account/resources/services/configure).
27
+
2. Under **Configure Sign in with Apple for Email Communication**, click **Email Senders**.
28
+
3. Register `superwall.app` as an authorized domain (or add the specific sender address `support+<your-app-name>@superwall.app`).
29
+
30
+
Once registered, Apple will allow emails from Superwall to be delivered to private relay addresses.
31
+
32
+
<Warning>
33
+
If you skip this step, any customer who uses "Hide My Email" during checkout will never receive their activation link email, and won't be able to redeem their purchase in your app without visiting the manage page manually.
34
+
</Warning>
35
+
20
36
### What happens if a user taps the redemption link multiple times or shares it?
21
37
22
38
Redemption codes are single-use and tied to a specific device. Once a code has been redeemed, it cannot be used again on a different device.
0 commit comments