You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switchboard - easy and super light weight A/B testing for your mobile iPhone or android app. This mobile A/B testing framework allows you with minimal servers to run large amounts of mobile users.
Switchboard - easy A/B testing for your mobile app
What it does
Switchboard is a simple way to remote control your mobile application even after you've shipped it to your users'
devices.
Use Switchboard to
Stage-rollout new features to users
A/B-test user flows, messaging, colors, features, etc.
Add a feature flag to anything you want to remotely enable/disable
Switchboard lets you control what happens in your app. Quick, easy, useful.
Additionally, Switchboard segments your users consistently; because user segmentation is based upon a UUID that is computed once, the experience you switch on and off using Switchboard is consistent across sessions.
What it does not do (i.e. what you have to do yourself)
Switchboard does not give you analytics, nor does it automatically administer and optimize your A/B tests. It also doesn't give you nice graphs and stuff. You can get all of that by plugging an analytics package into your app which you're probably doing anyway.
Features
Highly scalable and incredibly lightweight
Consistent user segmentation based off a computed UUID
Define experiments for specific application versions, OS version, language settings and more
Comes with built-in configurations for production and staging environment
Preserves state when device is offline; configurations are cached on clients across sessions
Flexible custom parameters for experiments
What Switchboard was designed for
Switchboard was designed as a super lightweight and flexible mobile A/B testing framework.
Infrastructure
The goal was to serve millions of requests very reliablly without much infrastructure. It should easily scale horizontally to avoid overhead in maintaining it while your application scales. It is designed without a database or any other type of persistent storage that would slow it down.
User segmentation
Consistency in user segmentation is one of the most important things in A/B testing. This means that one individual user will always have a consistent experience over a long period of time.
Switchboard does consistent user segmentation based on a unique device id.
How to use it
iOS
Debug interface and extensive documentation here: Switchboard-iOS
Server
[Coming soon...]
Android
We're working on an updated Android client for Switchboard; in the meantime, here is the original client: Switchboard-Android
Switchboard - easy and super light weight A/B testing for your mobile iPhone or android app. This mobile A/B testing framework allows you with minimal servers to run large amounts of mobile users.