• How do I get resource A/B test information from the Swrve SDK?

  • It is now possible to get the resource A/B test and variant IDs directly from the Resource Manager in the Swrve SDK in real-time for use in your third-party reporting systems. To have this feature enabled for your app, contact your CSM at support@swrve.com, and then use the following code to get the resource A/B test Read More


  • How does Swrve get resource information to an iOS client?

  • There are a few patterns for getting Swrve resource data and A/B test data into your app running on iOS. Direct client query – all resource data One pattern for querying Swrve is to pull down the full resource list from the Swrve servers. Pulling down the full resource list means that any changes made Read More


  • How does Swrve handle offline users for A/B tests?

  • A user must be online at least once after a test begins to receive new resource data from Swrve. Once this happens, they are placed in a test variant (if eligible) and the Swrve SDK uses the relevant resource attributes for that variant. Once you end an A/B test, the user must go online at Read More


  • What happens if I edit a resource that isn’t in an A/B test?

  • Depending on how your engineering team integrated Swrve into your app, one of three things happens: If your app fetches data from Swrve’s get user resources endpoint, users of your app see the resource values the next time they launch your app. If your app fetches data from Swrve’s get user resources diff endpoint, users Read More


  • Does Swrve host images and assets for resource A/B tests?

  • Swrve does not host images or other assets. If you want to resource A/B test images or other assets in your app, you can create references to your images in Swrve and then A/B test the references. For example, for a web-based app, image URLs (with the images stored on CDNs) could be changed as Read More


  • Why use a Bayesian approach to A/B testing?

  • Bayesian and Null Hypothesis Testing (sometimes call Frequentist) schools represent very different philosophies in statistics. For some background reading, these are good places to start: What is the difference between Bayesian and frequentist statistics? What is the difference between Bayesian and frequentist statisticians? Bayesian and frequentist reasoning in plain English Until June 2013, Swrve used Read More