MSIX dependency on app in app store not working

Roland Plüss 1 Reputation point
2022-01-22T02:04:07.16+00:00

I'm trying to submit an application to the app store which needs another application I've submitted recently as dependency. But uploading the package fails with the error:
The declared package dependency does not exist.

But I've recently submitted exactly this application so it exists.

In the AppManifest I use this dependency declaration:
<Dependencies>
<TargetDeviceFamily Name='Windows.Desktop' MinVersion='10.0.17763.0' MaxVersionTested='10.0.22000.1'/>
<PackageDependency Name='{package identifier}' MinVersion='1.8.1.0' Publisher='{publisher id}'/>
</Dependencies>

According to the documentation this should be correct. Is there anything special I need to do to declare a dependency on an application of the same publisher already present in the app store?

Microsoft Partner Center | Other
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.