I've tried using Google Mobile Analytics for a phonegap application. I know that Google Analytics supports Context Experiments, but I couldn't find anything about Google Mobile Analytics doing the same.
My project needs to do A/B Testing and I've been looking around if this is possible using PhoneGap since all my assets/css/js will be shipped together in the appstore and will not be obtained via a remote server.
A workaround I'm thinking about is to create 2 different html versions of one screen and ship all of these in one app.
Is this a wise move? If not, is there a better way?