walletconnectkit-android
walletconnectkit-android copied to clipboard
Transaction and personal_sign can not work at metamask 4.2.2
Transaction and personal_sign can not work at metamask 4.2.2 Can not alert the bottom dialog
I noticed this too, any help please. Thank you
Yes me too not getting popup for perform transaction and sign transaction.
See video attached https://drive.google.com/file/d/1chqo9uSNvu37O2PRvkG3YOUFAZwfKJ-S/view?usp=sharing
Perform Transaction val toAddress = toAddressView.text.toString() val value = valueView.text.toString() showMessage(toAddress)
lifecycleScope.launch {
runCatching {
walletConnectKit.performTransaction(toAddress, value)
// val message = "Hello" // walletConnectKit.personalSign(message) } .onSuccess { showMessage("Transaction done!") Log.e("success","Transaction done!") } .onFailure { Log.e("fail",it.message ?: it.toString()) showMessage(it.message ?: it.toString()) } }
Please check the address that you are passed.
@jaydipumaretiya this is not issue of address .Mine address is correct it is issue of meta version i have tried with version 4.1.1 it transfer eth but using version 4.2.2 or greater creates issue.
MetaMask version 4.2.2 or greater I have same issue, Transaction and personal_sign can not work
did anyone solve this?
did anyone solve this?
The parameters you pass in for production, I can get the signature by filling in the parameters for production.
Transaction and personal_sign can not work at metamask 4.2.2 Can not alert the bottom dialog
hi have you got solution for this if you got please rply thanks
@jaydipumaretiya this is not issue of address .Mine address is correct it is issue of meta version i have tried with version 4.1.1 it transfer eth but using version 4.2.2 or greater creates issue.
hi have got solution for sign message if got please reply thanks
Hey, Guys not able to sign a personal msg please please help 🙏 🙏 .
Right now called a personal sign method from code its opening the wallet but dialog is not coming to confirm the person sign. Please with any code or something.