cross-user sharing

About this tag
Cross-user sharing on Windows refers to mechanisms in the Universal Windows Platform that allow app data to be shared between different users on the same device. While each app has a per-user data container within its sandbox, preventing other apps or users from accessing it, UWP provides specific APIs to enable sharing when needed. This topic covers how developers can implement cross-user data sharing for scenarios like multi-user applications or shared settings, balancing security with functionality. The content focuses on UWP development and local app data management.
  1. News

    Sharing your local app data

    In the first installment of this blog series we looked at the various options at your disposal to store your app’s local data. In this post we will be looking at how that local data can be shared, both between apps and users. When an app is installed, the system creates a per-user app data...
Back
Top