c# - Windows Store app - Sideloading & beta testing -


I have recently started developing a Windows Store app. I provide the app as a package for many beta testing users, and they need to log on with their Windows Live account to get a developer license. My problem is now one month's expiration date of installed app. Is it possible to extend expiration date by buying license or is there a better way of beta tests? I have already developed the Windows Phone app, it is possible to release a beta package in the Windows Phone Dev Center. This would be a great solution to my problem, but it seems that only Windows Phone Dev Center has the facility and it is not possible for the Windows Store app (Windows 8). Thanks!

There is no official beta package option in the Windows Store because Windows is for the phone.

Source:

If you want to keep an existing method of sending a file and renewing the developer license, then they can use the following command in the powershell window (Administrator form

  Show- WindowsDeveloperLicenseRegistration   

This will show a popup to renew the license and they can use the beta app.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -