OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
67 stars 22 forks source link

handle universal links on cold start #422

Closed ktprograms closed 1 year ago

ktprograms commented 1 year ago

The scene(_:willConnectTo:options:) method on SceneDelegate was only handling URL schemes, but not universal links (odysee.com links)

Fix: #417