SecurityChecks

public enum SecurityChecks

/ Additional security checks

  • Block the playback if the device is proxied.

    Declaration

    Swift

    case proxyCheck
  • Block the playback if the device is enabled debugger in Release configuration.

    Declaration

    Swift

    case debuggerCheck
  • Block the playback if the app running on a simulator.

    Declaration

    Swift

    case emulatorCheck
  • Block the playback if the app is mocked with other apps bundleID.

    Declaration

    Swift

    case integrityCheck(bundleID: String)