Hi all.
It's widely known that Desktop apps and Metro apps cannot communicate through any traditional means on the device (IPC, Sockets, local service, etc).
However, is it possible (and certifiable) for Desktop and a Metro app communicate through a remote web service? Would it be certifiable for an app to have a Desktop and a Metro component in order to work?
Thanks in advance.