Hi everyone,
I'm currently developing an Application with UWP and DirectX + XAML for usage on Xbox One and Xbox Series Consoles.
In particular the problem lies inside an initialization of a XAML page with a DirectX Swapchain.
This call is successful on both the Store version of the app on Windows 10, and while sideloaded on an Xbox One.
The problem is that the navigation is not done while using the app on Retail Xbox One. The application does not use CopyAsync nor AdControl (like I saw in other similar threads).
The only "particular" thing I could see is that the app does communicate over LAN (but I made sure that the capability is set inside the manifest, though) and uses DirectX for rendering.
Is there any way to the debug the issue, or is there a known difference in some part of the API when Xbox Runtime is changed between Retail and Dev?
Thank you in advance!