[bug]: Unable to transfer using sendTransaction in IOS #3490
Replies: 21 comments 7 replies
This comment has been hidden.
This comment has been hidden.
-
how to join discord web3modal channel |
Beta Was this translation helpful? Give feedback.
-
hey @souravsoftwareer 👋 Apparently Trust Wallet is not working as expected. Can you tell me which version of Trust are you using on Android and iOS? |
Beta Was this translation helpful? Give feedback.
-
It is working well in android but i am having issue in IOS trust wallet i am using trust wallet version as follows Trust wallet app version using |
Beta Was this translation helpful? Give feedback.
-
I am transferring ETH token i have balance as well you can check screenshot below. |
Beta Was this translation helpful? Give feedback.
-
@souravsoftwareer Apparently Trust added some validations to the request. I added new parameters to the transaction to solve this -> you can check them here reown-com/react-native-examples#93 |
Beta Was this translation helpful? Give feedback.
-
@ignaciosantise do i need to download example again ? |
Beta Was this translation helpful? Give feedback.
-
no, just check the code and update it locally |
Beta Was this translation helpful? Give feedback.
-
@ignaciosantise have you changed in this file |
Beta Was this translation helpful? Give feedback.
-
okay i will check and let you know. |
Beta Was this translation helpful? Give feedback.
-
@ignaciosantise this issue is resolved but i have another issue i have tried to send MANA token but it is showing 0th over trust wallet i have send 9 from amount i am using following code for mana token console.log("erc 20 coin")
|
Beta Was this translation helpful? Give feedback.
-
hi @ignaciosantise kendly reply back |
Beta Was this translation helpful? Give feedback.
-
Hi @ignaciosantise kindly reply back to me it is very important |
Beta Was this translation helpful? Give feedback.
-
@ignaciosantise also check meta mask not connecting |
Beta Was this translation helpful? Give feedback.
-
Hi, is your code public? could you share a minimal example of it? |
Beta Was this translation helpful? Give feedback.
-
Please check this demo I have added sendTransaction1 function over there mana token setup done please check this needfull |
Beta Was this translation helpful? Give feedback.
-
Make connection and then try to use sendTransaction |
Beta Was this translation helpful? Give feedback.
-
Check with trust wallet |
Beta Was this translation helpful? Give feedback.
-
Hi Wallet Connect Please have a look on IOS video it is showing us -0eth while i transfer MANA or DODO token. This should show MANA or DODO token which ever i am going to transfer from Rhombus wallet on Trust Wallet.In android above video it works fine. IOS erc20 address with trust wallet |
Beta Was this translation helpful? Give feedback.
-
Can you update Flutter SDK as well I am facing the same issue. |
Beta Was this translation helpful? Give feedback.
-
Description
I am getting issue in transfer. it is working fine in Android no issue at all.But in IOS transfer is not happening it gives following error
VID20230809115026.mp4
Issue Environment
Output of
npx react-native info
info Fetching system and libraries information...
System:
OS: macOS 13.3
CPU: (12) x64 Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz
Memory: 1.51 GB / 32.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 17.0.0
path: ~/.nvm/versions/node/v17.0.0/bin/node
Yarn:
version: 1.22.19
path: /usr/local/bin/yarn
npm:
version: 8.1.0
path: ~/.nvm/versions/node/v17.0.0/bin/npm
Watchman: Not Found
Managers:
CocoaPods:
version: 1.12.1
path: /Users/john/.rvm/rubies/ruby-2.7.6/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 22.4
- iOS 16.4
- macOS 13.3
- tvOS 16.4
- watchOS 9.4
Android SDK: Not Found
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.9971841
Xcode:
version: 14.3/14E222b
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.7
path: /usr/bin/javac
Ruby:
version: 2.7.6
path: /Users/john/.rvm/rubies/ruby-2.7.6/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.72.1
wanted: 0.72.1
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Steps to reproduce
Make connection
Then try to send eth in trust wallet
Got following issue
https://github.com/WalletConnect/react-native-examples/tree/main/dapps/v2Explorer
Snack, code example, screenshot, or link to a repository
https://github.com/WalletConnect/react-native-examples/tree/main/dapps/v2Explorer
Beta Was this translation helpful? Give feedback.
All reactions