Post

Replies

Boosts

Views

Activity

Reply to Receive sub link from widget in App Delegate
I have same issue. I have Widget and want to open specific UiViewController on tap. BUT link not working for me. I triger link from Widget but nothing comes in AppDelegate. var body: some View {     Link(destination: URL(string: "urlschemes://link")!, label: {         Image("bg0")      }) } Help me!
Oct ’20