Table of Contents

Enum AppleAppEnvironment

Namespace
CodeStage.AntiCheat.Genuine.Apple
Assembly
Build.dll

Signing environment of the app reported by the StoreKit app transaction (iOS 16+).

public enum AppleAppEnvironment

Fields

Production = 0

Production environment: app transaction signed by the App Store for a real install.

Sandbox = 1

Sandbox environment: TestFlight or a sandbox install.

Unknown = 3

Environment is unknown: not available (below iOS 16), not resolved yet, or the StoreKit app transaction failed signature verification (in which case the detected source is reported as AccessError).

Xcode = 2

Xcode environment: app is running from an Xcode build.