Skip to content

Commit bbadac2

Browse files
hussain-mustafa990Hussain Mustafa
andauthored
docs: update proxy configuration to include Russia and Myanmar (#1338)
Co-authored-by: Hussain Mustafa <hussain@revenuecat.com>
1 parent 121bebf commit bbadac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started/configuring-sdk.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ The SDK allows additional configuration on first setup:
112112
- **Purchases Completed By (optional)**: A boolean value to tell RevenueCat not to [complete purchases](/migrating-to-revenuecat/sdk-or-not/finishing-transactions). Only set purchase completion to your app if you have your own code handling purchases.
113113
- **User Defaults (optional, iOS only)**: A key to override the standard user defaults used to cache `CustomerInfo`. This is required if you need to access `CustomerInfo` in an [iOS App Extension](https://developer.apple.com/app-extensions/).
114114

115-
### Proxies & configuration for users in Mainland China
115+
### Proxies & configuration for users in Mainland China, Russia, and Myanmar
116116

117-
Weve received reports of our API being blocked in mainland China.
117+
We've received reports of our API being blocked in mainland China, Russia, and Myanmar.
118118

119-
While we work on a long-term solution, if your app has a significant user base in this region, set the `proxyURL` property to `https://api.rc-backup.com/` before initializing the RevenueCat SDK. Ensure this configuration occurs prior to SDK setup to prevent connection issues for users in mainland China.
119+
While we work on a long-term solution, if your app has a significant user base in these regions, set the `proxyURL` property to `https://api.rc-backup.com/` before initializing the RevenueCat SDK. Ensure this configuration occurs prior to SDK setup to prevent connection issues for users in these regions.
120120

121121
:::caution If you already have a proxy server
122122
If you have your own proxy server and already use the `proxyURL` API, you don't need any further configuration.

0 commit comments

Comments
 (0)