locked
[UWP] [IPC] Simple ways to share data between desktop app and Windows UWP app targeted for windows 8 and 10 PC. RRS feed

  • Question

  • Hi,

    we are working on windows UWP app which receives push notification from WNS. We want to share the channel URI and notification messages with a our desktop application running on the same PC. As we need to insert information received in notification message in a shared sqllite db, which should be shared by both these applications.

    Should we do it using FileIO(https://code.msdn.microsoft.com/File-access-sample-d723e597) OR

    Clipboard (https://code.msdn.microsoft.com/windowsapps/Clipboard-App-sample-309ec122)

    or by some other way.

    Could you please suggest.

    Wednesday, April 4, 2018 12:56 PM