Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can iOS application interact with an Ethereum wallet

I have a dapp for web application. Users have metamask installed in the Chrome browser. They make transactions using metamask. Now I want the same application to be developed in iOS using react-native. How to develop this? For browser when users want to make any transaction simply metamask pop ups and asks for confirmation.

How about in mobile devices? How they are going to install metmask in the devices and make transactions in mobile device. Is is possible to achieve this? How can I develop this app?

like image 881
Trinu Avatar asked Sep 18 '25 23:09

Trinu


1 Answers

Your iOS app can communicate with iOS wallets using WalletConnect mobile linking. This fulfils a similar functionality as MetaMask pop-up on desktop environments.

like image 130
Mikko Ohtamaa Avatar answered Sep 20 '25 15:09

Mikko Ohtamaa