MetaMask Android APP,Walletconnect V2 Send transaction cannot return to my APP

Android Walletconnect V2 Send transaction to MetaMask, transaction cant retrn my APP

    val appMetaData = Core.Model.AppMetaData(
        name = "carl",
        description = "Security Token DEX: Bridging Traditional Finance and DeFi",
        url = "",
        icons = listOf(),
        redirect = "carl-dapp-wc://request"
    )


        <intent-filter>
            <action android:name="android.intent.action.VIEW" />

            <category android:name="android.intent.category.DEFAULT" />

            <category android:name="android.intent.category.BROWSABLE" />

            <data android:scheme="carl-dapp-wc" />

        </intent-filter>

WalletConnet Already configured redirect。
AndroidManifest.xml had config deepLink, scheme

MetaMask Android APP,Walletconnect V2 Send transaction cannot return to my APP。

I use other wallets APP is normal, others Wallet APP Can correctly return to my APP after the transaction is successful

Helllo @carl !
Welcome to MetaMask community !

Probably in the console there is some kind of error output instead of a redirect to the application that will help better understand what is happening.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.