.onContinueUserActivity not calling in case of deep linking(iOS 14).

After implementation of deep linking and when we click link in notes or email then it should call

.onContinueUserActivity in Swiftui.

But it's not happening.

Can someone help me, how to do it.

Replies

Hi @SShandil , please use .onOpenURL instead! https://developer.apple.com/documentation/swiftui/view/onopenurl(perform:)

  • That doesn't support handoff

Add a Comment