XCode 12 offers a new cross-platform swiftUI app - awesome
I would like to handle incoming URLs. How can I do this in the Cross Platform App?
(in 'old world' id implement os' appdelegate to do this)
Does App protocol provide any 'overrides' I didnt see?
OR
Can I somehow implement platform specific AppDelegates that then expose Environment? [same as openURLAction] but vice versa? :)]
I would like to handle incoming URLs. How can I do this in the Cross Platform App?
(in 'old world' id implement os' appdelegate to do this)
Does App protocol provide any 'overrides' I didnt see?
OR
Can I somehow implement platform specific AppDelegates that then expose Environment? [same as openURLAction] but vice versa? :)]
Oho - I just found this https://developer.apple.com/documentation/swiftui/outlinesubgroupchildren/onopenurl%28perform:%29 .