WalletConnect / walletconnect-docs

WalletConnect Documentation
https://docs.walletconnect.com
MIT License
572 stars 411 forks source link

Docs are missing Android Manifest and iOS Info.plist examples #830

Closed theonetheycallneo closed 1 year ago

theonetheycallneo commented 1 year ago

When installing Android, iOS, and react-native we are missing the deeplink list to append for

https://docs.walletconnect.com/2.0/android/web3wallet/installation https://docs.walletconnect.com/2.0/ios/web3wallet/installation https://docs.walletconnect.com/2.0/reactnative/walletconnectmodal/installation

<key>LSApplicationQueriesSchemes</key>
    <array>
        <string>ambire</string>
        <string>argent</string>
        <string>avacus</string>
        <string>awallet</string>
        <string>beewallet.app</string>
        <string>bitizen</string>
        <string>bitkeep</string>
        <string>blocto</string>
        <string>celo</string>
        <string>coolwallet</string>
        <string>cosmostation</string>
        <string>cryptowallet</string>
        <string>fireblocks-wc</string>
        <string>frontier</string>
        <string>hideoutWallet</string>
        <string>imtokenv2</string>
        <string>keyring</string>
        <string>ledgerlive</string>
        <string>lilico</string>
        <string>lobstr</string>
        <string>loopring</string>
        <string>mathwallet</string>
        <string>metaone</string>
        <string>mewwallet</string>
        <string>moneyunstoppable</string>
        <string>ndj-backpack</string>
        <string>obvious</string>
        <string>omni</string>
        <string>opto</string>
        <string>pitaka</string>
        <string>plasmawallet</string>
        <string>premawallet</string>
        <string>rainbow</string>
        <string>robinhood-wallet</string>
        <string>safepalwallet</string>
        <string>spot</string>
        <string>timeless-wallet</string>
        <string>trust</string>
        <string>unstoppabledomains</string>
        <string>zerion</string>
    </array>
theonetheycallneo commented 1 year ago

We probably should add the AndroidManifest.xml equivalent <queries> as well.