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
Describe the bug
After migrating to 1.10.0 the socket fails to connect and the console is filled with:
After debugging it seems that setting up an App Group is now required? and required to be passed into Networking.configure(groupIdentifier: "", projectId:.... . If this isn't done it fails to connect. Why is this now required? Its also not explained or detailed in the project repo
Also note many of the links in the README are broken
Semi-unrelated. I've noticed that 1.10 adds a pairingDeletePublisher i've been waiting for this to help diagnose an issue. But i'm confused how to access it? Its not available on Pair.instance and Sign.instance.pairingClient.pairingDeletePublisher returns an error due to pairingClient being private. How do I access this?
SDK Version
Client: Swift
Version: 1.10.0
The text was updated successfully, but these errors were encountered:
hey @simonmcl the App Group is now required because we have released an upgraded Push sdk, keys and some session data now needs to be shared with the UNNotificationServiceExtension.
But i'm confused how to access it? Its not available on Pair.instance
We will fix this in the next release but notice that Web3WalletClient exposes this publisher already
Describe the bug
After migrating to 1.10.0 the socket fails to connect and the console is filled with:
After debugging it seems that setting up an App Group is now required? and required to be passed into
Networking.configure(groupIdentifier: "", projectId:....
. If this isn't done it fails to connect. Why is this now required? Its also not explained or detailed in the project repoAlso note many of the links in the README are broken
Semi-unrelated. I've noticed that 1.10 adds a
pairingDeletePublisher
i've been waiting for this to help diagnose an issue. But i'm confused how to access it? Its not available onPair.instance
andSign.instance.pairingClient.pairingDeletePublisher
returns an error due topairingClient
being private. How do I access this?SDK Version
The text was updated successfully, but these errors were encountered: