Table of Contents

Class AppleAppInstallationSource

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

Holds information about the app installation source on Apple platforms (iOS / iPadOS).

public class AppleAppInstallationSource
Inheritance
object
AppleAppInstallationSource

Properties

DetectedSource

Detected source of the app installation to simplify further processing.

public AppleAppSource DetectedSource { get; }

Property Value

AppleAppSource

Environment

Signing environment reported by the StoreKit app transaction (iOS 16+), when available.

public AppleAppEnvironment Environment { get; }

Property Value

AppleAppEnvironment

MarketplaceBundleId

Bundle id of the alternative marketplace the app was installed from, for example the Epic Games Store. Empty for non-marketplace installs (App Store, TestFlight, etc.).

public string MarketplaceBundleId { get; }

Property Value

string