Uploaded MSIX has generic errors
I have generated a MSIX for my Delphi App, which runs perfectly locally. It passes all the blocking Windows App Store Cert issues.
When I upload it for the App Store, I get a series of generic error messages:
<TargetDeviceFamily Name=”Windows.Desktop” MinVersion=”10.0.17763.0″ MaxVersionTested=”10.0.22000.1″ />
I have generated a MSIX for my Delphi App, which runs perfectly locally. It passes all the blocking Windows App Store Cert issues. When I upload it for the App Store, I get a series of generic error messages: * You must upload at least one package. If you are using market groups, then each market group must have at least one package (clearly I am)* You must provide a package that supports each selected device family (or uncheck the box for unsupported device families). Note that targeting the Xbox device family requires a neutral or x64 package (I have selected Windows 10/11 Desktop, and the AppManifest.xml specifies <TargetDeviceFamily Name=”Windows.Desktop” MinVersion=”10.0.17763.0″ MaxVersionTested=”10.0.22000.1″ />* The package ***.msix is taking a long time to process. If this isn’t completed soon, try refreshing the page, or remove the package and then upload it again. If you continue to see this issue, contact support (seems to be because of earlier errora0* You must fix all package validation errors before submitting (cascade failure). Can anyone advise on what the actual error might be? Read More