We also have this issue. It started this morning for us.How and when this issue will be solved?
Post
Replies
Boosts
Views
Activity
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!