Trying to write both a desktop app and metro app.
Without physical hardware, how can I test my app for connected standby ?
Thanks.
Michael Tissington
Hi,
I was not clear your point, if you want to test your app, you can follow this document. http://msdn.microsoft.com/en-us/library/windows/apps/hh441482(v=vs.110)
Best regards, Jesse
Jesse Jiang [MSFT] MSDN Community Support | Feedback to us
A typical Store app will work in Connected Standby if you have applied our prescribed guidance for development (background tasks for example).
See this blog on guidance (section How software influences power consumption)
Building a power-smart general-purpose Windows
And
Improving power efficiency for applications
At this time, testing Connected Standby on supporting hardware is the only accurate way to test this feature.
David Lamb
I'm asking mainly about desktop apps that run in both user mode and also as a service.
What are expected of services when the screen is off?
ergh..