What is basic configuration?¶
Basic configuration refers to the detailed settings required to use SDK and each of its products (Authentication, Billing, etc.). 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).
- hive_config.xml: This file is used to input settings before building the app.
Configurationclass: This class is used to change settings at runtime after the app is built.
Note
This guide provides detailed information about basic configuration. To learn when to configure basic settings during SDK development, refer to the SDK overview.