Hello @Diogo Costa Maranhao Rodrigues ,
With the OS auto-updates enabled, calling any Store API can coincide with the system waking its update services, and downloads may begin even if your code didn't request them. This can happen naturally within the update process, so trying to prevent it isn’t recommended.
You could ask the user to temporarily disable auto-updates while checking for updates, but this is not a guaranteed solution.
Instead, a more reliable approach is to check for updates by comparing your app's current version against what's available on your backend server.
However, if having complete manual control over updates is absolutely essential for your use case, you might want to consider distributing your app outside the Microsoft Store entirely.
I hope this clarifies, and happy holidays.