4

I'm currently trying to use Windows 10 Packaged Flight system to beta test our Windows 10 Cordova application, following the instructions found here.

After the app package is certified, when I go into the Windows Store to download the packaged flight, it installs the production version of the app instead.

I have verified that both the login and Store credentials match the account included in Flight Group. I have also tried uploading the app as an .appxupload file as well as an .appxbundle file, and neither works.

Do I need to do something on the account to enable packaged flights? Is there something that would cause the app package not to be installed that I missed?

I am using Cordova v. 6.3.1, Microsoft Visual Studio 2015, and Microsoft Visual Studio Tools for Apache Cordova 10.

Windows 10 Package Information

Zhendong Wu - MSFT
  • 1,769
  • 1
  • 8
  • 10

2 Answers2

1

Do I need to do something on the account to enable packaged flights? Is there something that would cause the app package not to be installed that I missed?

Package flights will be published and available to the flight group immediately it passes certification. Thus, you don’t need to make any setting to enable it (unless you select manually publish or set publish date in the Options section). Please double check this in Dashboard first.

Also, please note that package flights can only be delivered to the following Windows 10 client builds: November 10586 & above for Desktop, February 10586.63 & above for Mobile. And you should ensure that your device family supported by your product version of app, because your Store listing info comes from your non-flighted submission. So you could check your device version.

Finally, I can think of is your email account. When you copy it directly into the group box, you might add extra characters, like space character, which might cause your account to be verified by mistake.

Tips1: You could try to create a new package flight and keep it (don’t have to delete the old one) with highest rank as the group member will get the highest- ranked package flight available to them. Please follow the guide Package flights to avoid something missed.

Tips2: In addition to package flights, you have other option that let you limit distribution of your app to only certain customers on Windows 10 device. You might as well try gradual package rollout, although it distributes packages to a random selection of your Windows 10 customer in a percentage specified by you.

Also, you could choose hiding your updates package in the Store and using promotional codes in Dashboard.

More details, see Beta testing and targeted distribution.

Zhendong Wu - MSFT
  • 1,769
  • 1
  • 8
  • 10
1

There might be a policy disabling package flight versions of Windows Apps.

You can check

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\PreviewBuilds\AllowBuildPreview

If set to 0, package flight updates are not available for you.

Jmie
  • 97
  • 1
  • 12
  • What if there is no "PreviewBuilds" at all? – Going-gone Jun 28 '19 at 19:35
  • You just have to create that registry key – Jmie Jun 29 '19 at 21:33
  • What is strange is that, another person in the group can see the flight, and there is no "PreviewBuilds" for them either. :/ Is there anything else that could be causing this? – Going-gone Jul 01 '19 at 18:48
  • Did you try to reset Store settings with wsreset.exe? And did you try logging in to the store on a different machine with that account that doesn‘t receive the flight? – Jmie Jul 02 '19 at 20:22