/ios-remote-config

Remote Config for iOS Apps

Primary LanguageRubyMIT LicenseMIT

Build Status codecov

Remote Config

The Remote Config module is a tool that provides remote configuration for iOS applications.

How it works

Getting started

This module supports iOS 10.0 and above. It has been tested on iOS 10.0 and above.

Installing as CocoaPods pod

To use the module your Podfile should contain:

source 'https://github.com/CocoaPods/Specs.git'

pod 'RRemoteConfig'

Run pod install to install the module and its dependencies.

Configuring

Currently we do not host any public Remote Config backend APIs but you can create your own APIs and configure the SDK to use those.

Contributing

See the contributing guide for details of how to participate in development of the module.

Changelog

See the changelog for the new features, changes and bug fixes of the module versions.