I\'m facing a new problem, that occured while coding my IPC for my app.
Before UWP I was able to use the directive using System.IO.MemoryMappedFiles; sucess
using System.IO.MemoryMappedFiles;
Direct inter-process communication is not available in Universal apps.
You can use App Services or LaunchUriForResultsAsync to perform tasks that span multiple apps.