Linking your iOS app to open Lock Screen Widget

Apple offers widgets on the lock screen from iOS 16.  https://developer.apple.com/documentation/widgetkit/creating-lock-screen-widgets-and-watch-complications

Currently to access these widgets on the lock screen user has to:

1.Lock their phone

2.Long press on lock screen

3.Hit Customize Button

4.Select from widgets option (Circular/Inline/Rectangular) to add / remove widget

Is there anyway that can we link out of the app directly to the lock screen widget selector?

Currently we have a way to deeplink the user from widget into the app, but is there a way on how to take the user from the app to the lock screen widget directly?

Linking your iOS app to open Lock Screen Widget
 
 
Q