My application is UIkit app(SWIFT + OBJECTIVE C ) , not swiftUI app , after implementing this new Widget kit how can I perform deeplink from widget to my app .
can we call sometime thing like this in widget
can we call sometime thing like this in widget
Code Block [self.extensionContext openURL:deeplinkURL completionHandler:nil];