What is MSActiveConfig?

 MSActiveConfig is a remote configuration and A/B Testing framework for iOS.

Use cases

  • Enabling and disabling features. This allows you to test features with only a subset of users before you roll it out to everyone, or to control the load that feature creates on on your backend, for example.
  • Delaying making decisions after submitting the app. E.g.: how often should this request happen?, How many times should this be retried? With Active Config you no longer need to know the answer to those questions before you send your app to Apple, since you can change those values later easily.
  • A/B Testing! If you can serve a configuration to your users, you can serve different configurations to different users.

Overview

  • Pricing: Free
  • Resource Link: https://github.com/mindsnacks/MSActiveConfig
  • Resource Maker on Twitter: Elevate
  • Mobile Platform Destination: iOS Apps
  • Mobile Platform Support: Native iOS
  • Programming Languages: Objective-C
  • iOS Versions Supported: iOS 6.0+, iOS 7.0+, iOS 8.0+, iOS 9.0+, iOS 10.0+, iOS 11.0+, iOS 12.0+
  • CocoaPods: MSActiveConfig