Hi,
I have a project for windows desktop with two processes. One is windows service running in background and a UI application that connects with windows service through IPC. Both are running .Net core 6 (WinUI3 and worker service). I want to use same project in windows phone. Can I use the same source code for that? Mainly I have two requirements
- Can I run windows service (in .Net 6) in windows phone, if not what is alternative for windows service in windows phone
- Can I run WinUI3 in windows phone. if not I can use uwp for UI app.