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

后端 未结 1 802
迷失自我
迷失自我 2021-01-03 08:14

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

相关标签:
1条回答
  • 2021-01-03 08:40

    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.

    0 讨论(0)
提交回复
热议问题