2017-10-08 2 views

답변

1

이 라이브러리를 사용하여 전화가 뿌리를 내리거나 위치를 조롱하는지 확인할 수 있습니다.

https://github.com/GantMan/jail-monkey

import JailMonkey from 'jail-monkey' 

// is this device JailBroken on iOS/Android? 
JailMonkey.isJailBroken() 

// Can this device mock location - no need to root! 
JailMonkey.canMockLocation() 

// Check if device violates any of the above 
JailMonkey.trustFall() 

// (ANDROID ONLY) Check if application is running on external storage 
JailMonkey.isOnExternalStorage() 
관련 문제