Skip to content

What is basic configuration?

Hive SDK basic configuration refers to the detailed settings required to use Hive SDK and each of its products (authentication, billing, etc.). Hive SDK settings can be stored in a configuration file before building the app, or they can be changed at runtime (when the app is running).

  1. hive_config.xml: This file is used to input settings before building the app.
  2. Configuration class: This class is used to change settings at runtime after the app is built.
Note

This guide provides detailed information about Hive SDK basic configuration. To learn when to configure basic settings during Hive SDK development, refer to the Hive SDK overview.