Enum AppleAppEnvironment
Signing environment of the app reported by the StoreKit app transaction (iOS 16+).
public enum AppleAppEnvironment
Fields
Production = 0Production environment: app transaction signed by the App Store for a real install.
Sandbox = 1Sandbox environment: TestFlight or a sandbox install.
Unknown = 3Environment 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 = 2Xcode environment: app is running from an Xcode build.