Can WalletConnectSwiftV2 be used for macOS now? #1597
Replies: 3 comments 9 replies
-
it is correct, we have found it more stable around iOS versions but you can provide your own implementation if it conforms to the protocol
I have never experienced that problem, do you have your app open sourced so we can check? |
Beta Was this translation helpful? Give feedback.
-
Correct. Auth just launched, and currently no wallets support it yet. |
Beta Was this translation helpful? Give feedback.
-
@livid @kailuo thanks for responding error, I have managed to fix KeychainError with enabling "Keychain Sharing" capability. (With empty app groups list). In your sample app keychain error was: -34018 errSecMissingEntitlement |
Beta Was this translation helpful? Give feedback.
-
I am trying to add Sign in with Ethereum to a SwiftUI macOS app.
After the first obstacle:
Now I am stuck in this error when I call
let uri = try await Pair.instance.create()
:It seems to be something related to Keychain.
Beta Was this translation helpful? Give feedback.
All reactions