Deploying Windows app directly to Surface without going through the store

陌路散爱 提交于 2019-12-25 03:34:28

问题


I’ve built a windows app using Cordova and I want to deploy it privately on my Window Surface Pro.

I can deploy it for testing purposes with the developer certificate that is being generate automatically, but it’s only valid for 90 days. Is there a way to premaritally deploy apps on Surface Pro or at least extend the 90 days period?

Thanks


回答1:


You want to go in Project -> Windows Store -> Create Application Packages

Then select "No" on the first page. You can leave everything else as it is and click next and create.

This will give you 2 files which you need to copy to your Windows Surface. Once this is done go look in the folder that was created and run the Powershell situated inside. Your application is now installed on your device

Go take a look here for more detailed informations



来源:https://stackoverflow.com/questions/30068911/deploying-windows-app-directly-to-surface-without-going-through-the-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!