Data Upload Configuration
To enable transmission of captured events and session data from the application to the backend, the Discover SDK must be configured with a valid data ingestion endpoint.
Configuration Steps
- Navigate to the following configuration file: assets/DiscoverBasicConfig.properties
- Configure the data upload endpoint by setting the
PostMessageUrl property:
PostMessageUrl=<your_endpoint_url>
Technical Steps
- The configured endpoint is used by the SDK to post captured interaction data, layouts, and screenshots.
- Changes to this configuration do not require code modifications.
- Ensure the endpoint is reachable and supports the expected payload format.
Note: Network availability and permission configuration
directly affect data upload behavior.