Working with App Configuration
App Configuration enables app developers to quickly build mobile and web apps. With feature management of App Configuration, you can embark on a truly agile development methodology by separating feature roll outs from release cycles. Reduce risk by controlling the release of features and rolling back as needed. Create user groups (segments) and target features to selected user groups based on different criteria.
Before you begin
You need an IBM Cloud® account. If you don't have an account, create one. Log in to your IBM Cloud® account.
Create an App Configuration service instance
The App Configuration service provides a unified application development capability. Using these capabilities, you can quickly build mobile and web apps and roll out to targeted audience.
To create an App Configuration service instance, see Create an App Configuration service instance.
Create collections
You can create a collection and enable App Service capabilities like feature flags, and segmentation.
To create a collection, see Create a collection.
Create Environment, Feature flags, and Properties
Create and manage environments, feature flags, and properties for collections across platforms. Using Feature flags you, as an app owner, can control the applicability of a feature by enabling or disabling it at run time. You can also manage the properties for distributed applications centrally.
- To create an environment, see Create an environment.
- To create a feature flag, see Create a feature flag.
- To create a property, see Create a property.
Integrate App Configuration service SDK
App Configuration provides SDKs to integrate with your application. For more information about SDK installation and technical concepts, see Integrating SDKs.
Create segments
Segments helps you to quickly turn features on or off for selective audience. Use segments to target feature flags for A/B testing and beta launches.
To create a segment, see Create a segment