Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.52 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.52 KB

AppRemoteConfig

Configure apps remotely: A simple but effective way to manage apps remotely.

Create a simple configuration file that is easy to maintain and host, yet provides important flexibility to specify settings based on your needs.

The structure of the configuration file is explained here.

Schema

The JSON/YAML schema is defined here.

CLI Utility

Use the care CLI utility to initialize, verify, resolve and prepare configuration files.

To install use:

brew install egeniq/app-utilities/care

Source for CLI can be found here.

Apple

Further support providing an AppRemoteConfigClient for Apple platforms (macOS, iOS, tvOS, watchOS, visionOS) can be found here.

Android

This package compiles on Android, but there is also a port to Kotlin available here.