Hi, we are developing a new solution for a client using Ionic framework and one of the features we have is AB testing.
I have been researching and none of the common frameworks support Hybrid apps, like optimizely.
Hey @andrewmcgivery: any updates on this? I’ve spent a better half of the day today trying to find at least something which would be decent, but no luck. Leanplum came “close”, and by close I mean that they have the support for some kind of variables that you then read in the code and show/hide/changeColor of a certain element. They have this supported also with A/B test.
However, this is far from what’s possible on an “actual” website, so if you guys know about some service (can be paid no problem) please suggest.
Also, you mentioned that this is on Ionic’s list of TODOs - if you have more information about when they will be rolling this out, that would help as well.
I’ve been looking for a decent a/b tool as well. came across optimizely but they don’t support cordova apps [out of the box]. they do have a cordova plugin, but that will communicate with an entire different project so you have to do double work for web and mobile.
We do a lot of a/b testing but our solution is rather simple than using big shiny dashboard graphs.
https://github.com/Alephbet/alephbet is the project we used and tailored a bit to our needs. note here: it doesn’t come with shiny reports. we tried lots of different a/b test providers, but were really unsatisfied in the end.