Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


genuineCheckAvailable

Returns true if application integrity can be confirmed.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool genuineCheckAvailable { get; }

Remarks

Otherwise returns false.
Note: Use
Application.genuineCheckAvailable
along with Application.genuine to verify app integrity. Accessing the Application.genuine property is a resource-intensive operation, so do not call it during frame updates or other time-critical code.
This property is only available on Android and iOS platforms. You can use this as part of an anti-piracy check. Refer to iOS Scripting and Android mobile scripting for more information.