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
i think in place of returning false if options doesn't have this propriété UIApplication.OpenURLOptionsKey.sourceApplication you should return super.application(app, open: url, options: options) to not impact others custom url schemes :
i think in place of returning false if options doesn't have this propriété UIApplication.OpenURLOptionsKey.sourceApplication you should return super.application(app, open: url, options: options) to not impact others custom url schemes :
old implémentation
new one
The text was updated successfully, but these errors were encountered: