Skip to main content

A/B Testing

GameAnalytics' A/B Testing feature allows you to test different game designs and configurations to see which one performs better.

Setup A/B Testing

Learn how to set up A/B testing in your game by following the A/B Testing guide.

Retrieve A/B Testing Ids

After configuring an A/B test in your GameAnalytics dashboard you can retrieve the testing ids with the following methods:

// A/B testing id
NSString *abTestingId = [GameAnalytics getABTestingId];

// A/B testing variant id
NSString *abTestingVariantId = [GameAnalytics getABTestingVariantId];
info

Remember that the A/B testing ids are first available when the Remote Configs are ready.

tip

For more information on A/B Testing go here.