Function enableSecureLiveUpdates

  • Configures LiveUpdates to cyrptographically verify the contents of the downloaded bundles. This method must be called before any LiveUpdates are registered otherwise they will no longer be tracked.

    Returns

    Promise

    Parameters

    • pathToKey: string

      The relative path to the public key for verification. This path should be the same relatibe to the main application bundle on iOS and the assets directory on Android.

    Returns Promise<void>

Generated using TypeDoc