Post

Replies

Boosts

Views

Activity

What is the callback for widgetURL on WKExtensionDelegate? I tried handleUserActivity, but it failed to be called.
The demo code is as follows.      case .accessoryRectangular:       ZStack() {         AccessoryWidgetBackground()         Text(entry.date, style: .time)       }       .widgetURL(URL(string: "demo://test")) I didn't get any useful information on the related documentation. Am I missing something?
3
2
1.3k
Sep ’22