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