Re: Testing multiple iOS versions

2013-11-20 Thread Joe Bowser
It would be impractical to add for Android. All you would need to do is make sure that you have a device running a different version of Android connected every time you tested, and for the emulator, that means manually controlling the emulator. Trying to control the emulator from the command line

Re: Testing multiple iOS versions

2013-11-20 Thread Michael Gauthier
Am I crazy, or is that an important missing feature of the CLI? It would be useful for Android as well. On 2013-11-20 17:36, Shazron wrote: There is no spec for this in the CLI. But for iOS, using the underlying ios-sim tool which runs the emulator, it is possible. On Wed, Nov 20, 2013 at 1:2

Re: Testing multiple iOS versions

2013-11-20 Thread Shazron
There is no spec for this in the CLI. But for iOS, using the underlying ios-sim tool which runs the emulator, it is possible. On Wed, Nov 20, 2013 at 1:26 PM, Michael Gauthier wrote: > Is there a way to test apps in older versions of iOS using the CLI? > > cordova emulate just runs iOS7. > > I w

Testing multiple iOS versions

2013-11-20 Thread Michael Gauthier
Is there a way to test apps in older versions of iOS using the CLI? cordova emulate just runs iOS7. I want to test iOS6. Thanks, Mike