You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to integrate the WalletConnect v2 Swift SDK into out iOS App.
The code below does not create any runtime errors that I can see. A uri is created and Rainbow does open, but there's no connection attempt.
Can you help me debug please?
I set up WalletConnect as follows
Networking.configure(projectId: Self.ProjectId, socketFactory: WebSocketWrapper(url: url))
let metadata = AppMetadata(name: "Source",
description: "A mobile application acting as a Dapp to connect to a crypto wallet using the WalletConnect SDK",
url: Self.ClientUrl.absoluteString,
icons: ["https://i.ebayimg.com/images/g/5qgAAOSwoBtW3zvq/s-l400.jpg"])
Pair.configure(metadata: metadata)
Auth.configure(crypto: Web3Signer())
And I then initiate the contact with this. The RequestParams code is taken from your demo project and needs amended slightly.
I'm trying to integrate the WalletConnect v2 Swift SDK into out iOS App.
The code below does not create any runtime errors that I can see. A uri is created and Rainbow does open, but there's no connection attempt.
Can you help me debug please?
I set up WalletConnect as follows
And I then initiate the contact with this. The RequestParams code is taken from your demo project and needs amended slightly.
Here's the Web3Signer
And the SocketFactory
The text was updated successfully, but these errors were encountered: