1.打包好之后如何上传应用至应用商店?
2.windows app cert kit 如何使用,作用是什么 呢?请教
Hi,
VS提供了完整的打包上传服务,基本所有工作VS会帮助你完成,关于打包和上传可以参考:
http://msdn.microsoft.com/en-us/library/windows/apps/hh464929.aspx
Windows App Cert Kit(WACK)一般用来检测程序是否达到Windows商店的要求,包括启动时间,挂起,以及是否使用了未经许可的API等。上传商店后会经过审核,只有能通过WACK的程序才有可能通过审核。
http://msdn.microsoft.com/en-us/library/windows/apps/hh694081.aspx
Aaron MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.