Publish 1 package per architecture
I want to publish a new version of an UWP app to the Microsoft Store .
I built 2 packages, one for ARM64 and another one for x64, so I have 2 ...bundle.appxupload
files.
When I try to publish them on the Store I have an error about naming/versioning:
All .msix and .appx packages (including previously published and currently uploaded) must be uniquely identified by their full names. You have provided two packages with the full name [...] which have different contents. Please remove one of these packages, or increment current package versions to continue.
So I tried to publish ....appxupload
files but I have another error:
A previous submission for this app was released with a Windows 10 .msixbundle or .appxbundle. Subsequent submissions must continue to contain a Windows 10 .msixbundle or .appxbundle.
What can I do to publish 2 differents packages (for the same version and same application) on the Store?