Class AppleAppInstallationSource
Holds information about the app installation source on Apple platforms (iOS / iPadOS).
public class AppleAppInstallationSource
- Inheritance
-
objectAppleAppInstallationSource
Properties
DetectedSource
Detected source of the app installation to simplify further processing.
public AppleAppSource DetectedSource { get; }
Property Value
Environment
Signing environment reported by the StoreKit app transaction (iOS 16+), when available.
public AppleAppEnvironment Environment { get; }
Property Value
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