@stigg/node-server-sdk - v4.23.0

    Type Alias AppStoreCredentialsInput

    Input configuration for AppStore integration

    type AppStoreCredentialsInput = {
        issuerId: Scalars["String"];
        keyId: Scalars["String"];
        privateKey: Scalars["String"];
        sandboxEnvironment: Scalars["Boolean"];
    }
    Index

    Properties

    issuerId: Scalars["String"]

    The issuer ID of key in App Store Connect

    The key ID of key in App Store Connect

    privateKey: Scalars["String"]

    The private key in App Store Connect (.p8 file content)

    sandboxEnvironment: Scalars["Boolean"]

    Whether the application is in sandbox environment

    MMNEPVFCICPMFPCPTTAAATR