issue with wallet connect using Reown in iOS app #6969
Unanswered
vanijain3108
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the latest version of Reown package sdk 1.7.3
when I configure the app first I got the issue with crypto
AppKit.configure(
projectId: "***********************",
metadata: metadata,
crypto: cryptoProvider, // Pass the static instance
authRequestParams: nil
)
second for configure networking I dont get the socketFactory
Networking.configure(
relayHost: "relay.walletconnect.com", // ✅ no wss://
groupIdentifier: "*******************", // ✅ check App Group setup
projectId: "************************************8",
socketFactory: DefaultRelayWebSocketFactory(), // 🛑 POTENTIAL ISSUE
socketConnectionType: .automatic
)
client : Starscream.WebSocket
event : error(Optional(Starscream.HTTPUpgradeError.notAnUpgrade(401, ["Content-Length": "26", "Date": "Tue, 07 Oct 2025 11:19:37 GMT", "Content-Type": "application/json"])))
client : Starscream.WebSocket
event : error(Optional(Starscream.WSError(type: Starscream.ErrorType.protocolError, message: "masked and rsv data is not currently supported", code: 1002)))
client : Starscream.WebSocket
event : peerClosed
client : Starscream.WebSocket
Beta Was this translation helpful? Give feedback.
All reactions