|
1 | 1 | export const commonChecks = [ |
| 2 | + { name: 'App Integrity', status: 'ok' }, |
2 | 3 | { name: 'Privileged Access', status: 'ok' }, |
3 | 4 | { name: 'Debug', status: 'ok' }, |
4 | | - { name: 'Simulator', status: 'ok' }, |
5 | | - { name: 'App Integrity', status: 'ok' }, |
6 | | - { name: 'Unofficial Store', status: 'ok' }, |
7 | 5 | { name: 'Hooks', status: 'ok' }, |
8 | | - { name: 'Device Binding', status: 'ok' }, |
9 | | - { name: 'Secure Hardware Not Available', status: 'ok' }, |
10 | 6 | { name: 'Passcode', status: 'ok' }, |
| 7 | + { name: 'Simulator', status: 'ok' }, |
| 8 | + { name: 'Secure Hardware Not Available', status: 'ok' }, |
| 9 | + { name: 'System VPN', status: 'ok' }, |
| 10 | + { name: 'Device Binding', status: 'ok' }, |
| 11 | + { name: 'Unofficial Store', status: 'ok' }, |
11 | 12 | ]; |
12 | 13 |
|
13 | 14 | export const iosChecks = [{ name: 'Device ID', status: 'ok' }]; |
14 | 15 |
|
15 | | -export const androidChecks = [{ name: 'Obfuscation Issues', status: 'ok' }]; |
| 16 | +export const androidChecks = [ |
| 17 | + { name: 'Obfuscation Issues', status: 'ok' }, |
| 18 | + { name: 'Developer Mode', status: 'ok' }, |
| 19 | +]; |
0 commit comments