Unable to show Share UI in desktop bridge app
问题 In native UWP apps, we can show share UI by calling DataTransferManager.ShowShareUI method. DataTransferManager.ShowShareUI(); Calling this method in a desktop bridge app raises an exception: Element not found. This method cannot be called while the app is in the background That's kind of expected as the bridge app does not use the UI elements of UWP. So I tried to use way it should be done in native Win32 apps. In native Win32 apps, we can show share UI by calling DataTransferManagerHelper