isDeviceRooted:

接口描述

检测设备是否已经越狱

注意事项

方法定义

+ (BOOL)isDeviceRooted;

参数描述

返回值

类型 描述
BOOL YES表示已越狱,NO表示未越狱

示例代码

/// 获取设备是否开启密码
BOOL result = [SFUemSDK isDeviceRooted];
if (result) {
    NSLog(@"设备已越狱");
} else {
    NSLog(@"设备未越狱");
}

results matching ""

    No results matching ""