As part of productizing Couchbase Lite we are building tools to help support customers in the field. One thing I think will be helpful is a mobile app that you can run in your environment, that will run a test suite against at test bucket. So this can be an early warning system -- if the tests don't pass, maybe there is something wrong with your HTTP proxy configuration, etc.
I'm writing this as a JavaScript app in a PhoneGap runtime, so it can be run from either Android or iOS, to verify the behavior between mobile devices and the Couchbase Server and Sync Gateway backend.
It currently runs inside the LiteGap container (you have to git submodule update, and symlink www to examples/sync-tests/www before it will build)
Chris