How To check Windows device is rooted/jailbrake or not programatically?

偶尔善良 提交于 2019-11-29 22:08:46

问题


Since I am new to Windows Phone Technology, I want to programatically find in my application that windows device is rooted/jailbrake or not. I found many links but it seems like no way for finding rooted windows device programatically. So is there any way to find rooted/jailbreak windows device programatically any API available for this ? Can anyone help me ? Thanks


回答1:


Rooting and/or jailbreaking is not officially supported by Microsoft and therefore there is no official way for you to check if your application is running on such device.

In principle, you could check that, but that check would involve adding stuff to your application that would not pass the certification which means that you can run that application only on jailbroken device.

Which then means that you don't need to check at all since you already know that you are running on such hardware.



来源:https://stackoverflow.com/questions/21325814/how-to-check-windows-device-is-rooted-jailbrake-or-not-programatically

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