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
I'm working on a swift version of a wallet that also has a web version. A tester noticed a difference in behaviour when updating sessions (e.g. changing address). On Swift if the dApp is closed (closed the tab/browser window) updating a session update has no effect to the local storage, the dApp must be opened to acknowledge the response before anything happens locally. The next time the dApp is opened, all the updates come through. On web this is not the case, the local session object is updated immediately whether the remote dApp is open or not
In the Swift app, this gives the appearance that the app is broken, as no error is returned/presented. The update just appears to have no effect
Describe the bug
I'm working on a swift version of a wallet that also has a web version. A tester noticed a difference in behaviour when updating sessions (e.g. changing address). On Swift if the dApp is closed (closed the tab/browser window) updating a session update has no effect to the local storage, the dApp must be opened to acknowledge the response before anything happens locally. The next time the dApp is opened, all the updates come through. On web this is not the case, the local session object is updated immediately whether the remote dApp is open or not
In the Swift app, this gives the appearance that the app is broken, as no error is returned/presented. The update just appears to have no effect
Swift:
Web:
SDK Version
To Reproduce
Steps to reproduce the behavior:
Expected behavior
SDKs should match, both should be able to update without the dApp open
The text was updated successfully, but these errors were encountered: