Auth token error upgrading from 1.9.9 -> 1.10.0
simonmcl opened this issue · 3 comments
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
Saya my ledger on Google drive got corrupt it always happens when I've got trillions on it. Please assist
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
I still meet this error in 1.8.4, can I use the SDK without an entitlement? I don't need this feature.