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
fix(swift-sdk): Fix teardown params and WebView lifecycle
- Send params: [:] instead of nil (TS SDK expects object, not undefined)
- Use strong reference for WebView in transport to prevent premature dealloc
- Add guard for nil transport with proper error
- Add debug logging to sendRequest
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments