Documentation
    Preparing search index...
    Index

    Constructors

    Properties

    allowOfflineMode: string
    allowShareTo: boolean
    apnsKeyId?: string
    appIcon?: string
    appId: string
    appName: string
    appVersion: string
    autoPublicLogin: string
    backgroundFetchEnabled: boolean
    backgroundSyncEnabled: boolean
    buildDir: string
    buildType: "debug" | "release"
    cliDir: string
    copyTargetDir?: string
    entryPoint: string
    entryPointType: EntryPointType
    googleServicesFile?: string
    includedPlugins: string[]
    iosParams?: IosCfg
    isUnsecureKeyStore: boolean
    keyStoreAlias: string
    keyStorePassword: string
    keyStorePath: string
    packageRoot: string = ...
    platforms: string[]
    pluginManager: any
    plugins: Plugin[]
    pushNotificationsEnabled: boolean
    pushSync: boolean
    pushSyncHeartbeatInterval?: number
    serverURL: string
    showContinueAsPublicUser: boolean
    splashPage?: string
    synchedTables: string[]
    syncInterval?: number
    syncOnAppResume: boolean
    syncOnReconnect: boolean
    templateDir: string
    tenantAppName?: string
    useDocker?: boolean
    user?: User

    Methods

    • Builds the mobile app: sets up the project directory, copies in the app's code and assets, and produces the Android/iOS build in one pass.

      Returns Promise<number | null>