Is there any easy way to downgrade an wp OS 8 app to OS 7.1? [duplicate]

放肆的年华 提交于 2019-12-19 10:25:33

问题


I've created an app for windows phone OS 8 but I'm wanting to support OS 7.1 as well, is there any easy way I'm able to do this?

Thanks


回答1:


Create a new project for windows phone 7.1 and then import all your files of the application to that project. Make sure you do not import the WMAppManifest.xml file. That file needs to be the actual one from 7.1 project.

Now compile the project. If you any making use of any SDK calls that aren't in 7.1 then you will need to address them! That should not be tough i suppose. There are workarounds for most of them. You can post those errors here for more help.



来源:https://stackoverflow.com/questions/14577146/is-there-any-easy-way-to-downgrade-an-wp-os-8-app-to-os-7-1

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