Version: 2023.1

Application.genuineCheckAvailable

切换到手册
public static bool genuineCheckAvailable ;

描述

如果可以确认应用程序完整性,则返回 true。

否则返回 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.

You can use this as part of an anti-piracy check. Refer to iOS Scripting and Android mobile scripting for more information.