A / B testing views in appstore?

Does anyone have experience in releasing an application that loads another ViewController for the same function using a switch. Thus, 50% of users always use one version, and 50% - another. [There is a good description here] http://littlebigthinkers.com/post/how-to-run-ab-tests-in-ios-apps . This somehow violates Apple TOS.

+3
source share
4 answers

It would definitely be nice if two viewcontrollers provide the same functionality. Even if different things were done, you would most likely be fine if users A and B had access to everything, as described in the description and screenshots, etc.
However, you run the risk of confusing your users, so I'll be a little careful. If user A talks to user B about your application or publishes screenshots, etc., you may get confusion or worse complaints and bad reviews.

For example: Why doesn't my application do COOL THING when my copy of mate does?

+3
source
+1

Arise.io provides a framework that does A / B testing for iOS, so I'm sure Apple is “good” with this practice, even if it's not official.

0
source

Appiterate has a WYSIWYG editor for testing A / B different screen versions for iOS and Android.

0
source

All Articles