-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Question about killOnBypass
Hi team,
I'm trying to understand how the killOnBypass feature works in practice.
When killOnBypass: true is set and the SDK detects manipulation of the callback mechanism, how exactly does it terminate the application?
- Does it use
exit(0)/System.exit(0)on Android? - Does it use
fatalError()or similar on iOS? - Will this appear as a crash to the user, or is it a graceful shutdown?
- Is there any way to customize this behavior or show a message to the user before termination?
I'm asking because I want to understand the user experience when this protection triggers. Should we be concerned about crash reports or app store reviews mentioning unexpected closures?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels