Skip to content

How does killOnBypass terminate the application? #187

@jostney

Description

@jostney

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions