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.