Foundation level object leaks

2010-09-16 Thread Anna Billstrom
Hi I'm testing a new build, and notice that there are NSCFString object leaks, the responsible library is "Foundation," and the responsible frame is "NSDictionary(NSDictionary)". In the past I believe I've ignored these, but now having a bit of conscientiousness. Do you all generally ignore the

Testing Harness, or a/b testing scenario, and sending logs back to developer

2010-09-13 Thread Anna Billstrom
Hi, Since last posting, I've done some more research. Has anyone used MixPanel for testing? The goal I'm looking for is getting touchevents, and feature usage, sent back to the apple developer so that we can do true a/b testing on user interface elemetns. Similar to web analytics, we can test dr

Re: A/B testing

2010-09-09 Thread Anna Billstrom
I am using nibs, so you're suggesting switching the nib according to... Whether the device id ends in an odd or even #, or some other logic? Sent from my iPhone On Sep 9, 2010, at 7:33 PM, Scott Anguish wrote: > > On Sep 9, 2010, at 5:31 PM, banane wrote: > >> Sorry Mark, didn't know the thr

A/B testing

2010-09-09 Thread Anna Billstrom
I have a relatively simple game, and I wanted to test some UI elements, to see which is more popular and useful for customers. Does anyone have a practice of setting up a testing harness in their app, so they can readily show different versions to different users, and report back on those metric