Just so it's clear, Miguel de Icaza confirmed via Twitter that this will work with applications built outside of the Xamarin toolchain.<p><a href="https://twitter.com/migueldeicaza/status/324188860449968128" rel="nofollow">https://twitter.com/migueldeicaza/status/324188860449968128</a><p><i>Xamarin Test Cloud is not limited to c#. Will work with Objective-C, RubyMotion, Java apps too.</i>
I'd suggest throwing /yr on your pricing page for each plan. I noticed it says "Annual pricing" above the plans - But users tend to be drawn directly to the numbers; I skipped over it originally.
I have been using www.AppThwack.com and have been very happy with them. The basic package I use includes unlimited use of 10 devices for $29/mo.<p>*I am not in any way affiliated with AppThwack, just a happy customer and want to see them do well.
It would do them well to look into connecting their stuff into Selenium Grid like saucelabs.com. I'm currently using appdriver[1] for android and appium[2] for iOS. Both communicate with SeleniumGrid which I find nice for parallel testing and the ability to use any modern computer language since Selenium's API is generally well supported across languages.<p>1.<a href="https://github.com/nicegraham/appdriver" rel="nofollow">https://github.com/nicegraham/appdriver</a><p>2.<a href="https://github.com/appium/appium" rel="nofollow">https://github.com/appium/appium</a>