Skip to content

Commit d49504c

Browse files
committed
fix(iOS): fix app crash on deviceID
1 parent 4fe3a34 commit d49504c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ export const setThreatListeners = async <T extends NativeEventEmitterActions>(
8989
case Threat.ObfuscationIssues.value:
9090
config.obfuscationIssues?.();
9191
break;
92+
case Threat.DeviceID.value:
93+
config.deviceID?.();
94+
break;
9295
default:
9396
onInvalidCallback();
9497
break;

0 commit comments

Comments
 (0)