Handling incoming URLs

Hello,


I have problem using custom URL schemes for iOS app.

Problem is that with custom URL scheme, app opens but delegate's method ( application(_:open:options:) ) is not called.

Interesting fact is that this only happens if project is created from Xcode beta 3, so i'm not really sure if its iOS or Xcode issues.

If i create new project from scratch from non-beta Xcode then everything works fine even when i open this project with beta Xcode and run on iOS 13.

Accepted Reply

Have a peek at scene(_ scene: openURLContexts:)

Replies

Have a peek at scene(_ scene: openURLContexts:)

You are the man ! Thanks

Glad to help. I banged my head against that one for three days