Skip to content

Commit 088c207

Browse files
authored
Add RC Billing to grace period table (#1044)
1 parent 491dcca commit 088c207

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/subscription-guidance/how-grace-periods-work.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ If a customer is unable to complete their purchase due to an invalid or expired
99

1010
Grace Periods are optional and customizable on certain platforms.
1111

12-
| Store | Required? | Duration |
13-
| :---------- | :--------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
14-
| App Store | Optional | [Customizable](https://developer.apple.com/help/app-store-connect/manage-subscriptions/enable-billing-grace-period-for-auto-renewable-subscriptions) |
15-
| Google Play | Optional | [Customizable](https://developer.android.com/google/play/billing/subscriptions) |
16-
| Stripe | Optional | Customizable |
17-
| Amazon | ❌ Not supported | N/A |
12+
| Store | Required? | Duration |
13+
| :--------------------- | :--------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
14+
| App Store | Optional | [Customizable](https://developer.apple.com/help/app-store-connect/manage-subscriptions/enable-billing-grace-period-for-auto-renewable-subscriptions) |
15+
| Google Play | Optional | [Customizable](https://developer.android.com/google/play/billing/subscriptions) |
16+
| RevenueCat Web Billing | Optional | Customizable |
17+
| Stripe | Optional | Customizable |
18+
| Amazon | ❌ Not supported | N/A |
1819

1920
## Encountering Billing Issues
2021

0 commit comments

Comments
 (0)