Skip to content

Commit b4d6d12

Browse files
chore: added cloud step to enable apps in whitelist
1 parent 6fd9102 commit b4d6d12

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/appkit/react-native/onboarding/email.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,24 @@ Due to Safari’s strict third-party cookie policies, the SDK is not preserving
1818

1919
<PlatformTabs groupId="eth-lib" activeOptions={["wagmi", "ethers"]}>
2020

21+
2122
<PlatformTabItem value="wagmi">
23+
### Update your Cloud settings
24+
1. Go to your [Cloud](https://cloud.walletconnect.com) project
25+
2. Open Dashboard and scroll down to Mobile Application IDs menu
26+
3. Add your iOS Bundle ID and your Android Package Name
27+
* Changes might take some minutes to impact
28+
2229
<WagmiImplementation />
2330
</PlatformTabItem>
2431

2532
<PlatformTabItem value="ethers">
33+
### Update your Cloud settings
34+
1. Go to your [Cloud](https://cloud.walletconnect.com) project
35+
2. Open Dashboard and scroll down to Mobile Application IDs menu
36+
3. Add your iOS Bundle ID and your Android Package Name
37+
* Changes might take some minutes to impact
38+
2639
<EthersImplementation />
2740
</PlatformTabItem>
2841

0 commit comments

Comments
 (0)