Skip to content

Commit f6543c6

Browse files
authored
two new warnings about domain registration (#1039)
1 parent baac6c8 commit f6543c6

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/web/guides/paddle-app-to-web.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ excerpt: Configure a web purchase flow linked from an iOS paywall, using web pur
55
hidden: false
66
---
77

8-
:::info April 2025 U.S. District Court Ruling on External Payment Options
9-
A recent U.S. District Court ruling found Apple in violation of a 2021 injunction meant to allow developers to direct users to external payment options, like Paddle. As a result, iOS developers are now permitted to guide users to web-based payment flows without additional Apple fees or restrictive design requirements. You can [find more details on the RevenueCat blog](https://revenuecat.com/blog/growth/introducing-web-paywall-buttons).
8+
:::warning Temporary limitation: Sandbox environments only
9+
Due to a limitation with payment domain registration in production Paddle accounts, it's currently not possible to enable production purchases with this flow. We're working with Paddle to resolve this quickly.
10+
11+
**Note:** This doesn't affect sandbox environments, where Paddle doesn't require payment domains to be approved.
12+
1013
:::
1114

1215
## Overview
@@ -52,6 +55,13 @@ Some steps only need to be configured once, and are marked accordingly. Others r
5255

5356
### Add a registered payment domain
5457

58+
:::warning Temporary limitation: Sandbox environments only
59+
It's currently not possible to register the `pay.rev.cat` domain in production environments. We're working with Paddle to resolve this issue.
60+
61+
**Note:** This doesn't affect sandbox environments, where Paddle doesn't require payment domains to be approved.
62+
63+
:::
64+
5565
1. Go to the **Website approval** page under Checkout
5666
1. Click **Add a new domain**
5767
1. Enter `pay.rev.cat`

0 commit comments

Comments
 (0)