Page 1 of 1

Simulate apps on workbench - without loading it to smartphone

Posted: 11:19, 15 Feb 2016
by kiranshashiny
I am developing an app by looking at some examples in the Evo Workbench, and I want to run the code on my laptop -without loading it to my Smartphone (helps during debugging ) and when I am satisfied with results - I can load it to Smart Phone ?
Is there such a facility .
Thanks
Shashi

Re: Simulate apps on workbench - without loading it to smartphone

Posted: 11:33, 15 Feb 2016
by alex
Hi!

Try with https://deploy.evothings.com/connect/YOUR_CONNECT_CODE

You generate this connect code as usual in the Workbench connect tab.
Remember though, that all the native parts won't run, like BLE, low-level networking et
cetera as they are part of the Viewer app.

axl

Re: Simulate apps on workbench - without loading it to smartphone

Posted: 12:14, 15 Feb 2016
by kiranshashiny
Real good answer - thanks so much !
Worked like a charm.This is what I was looking for.