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
Revert to simple solution using original shared.handleDeepLink instance method
- Keep only the original shared.handleDeepLink() instance method for simplicity
- Handle initial deep links after configure() completes in the completion callback
- iOS: Uses static Superwall.handleDeepLink() native method that safely queues links
- Android: Uses instance method after configuration
- Move _handleInitialLink() call to configure completion to ensure SDK is ready
This is the cleanest approach that leverages the native iOS queuing without
adding complexity or breaking changes to the Flutter API.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments