Synchronization of data between devices using Project ROME in WinUI 3

Jacob Mordon 225 Reputation points
2024-08-12T13:26:29.36+00:00

I would like to know, how to make synchronization between devices with same Microsoft logged in account, for example some variables in ViewModel.

I tried to find some good example of usage of Project ROME, but didn't found anything

Windows development Windows App SDK
Developer technologies .NET Other
Developer technologies C#
{count} votes

Accepted answer
  1. Anonymous
    2024-08-13T08:05:53.1666667+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Based on our conversation, the data synchronization feature you want is something like a data center where the data is stored. Any app from different devices could be able to access or update the stored data and then other apps will get synced data. It's more like an online database.

    Project Rome contains features like user activities, notifications, device relay, remote sessions, and nearby share. These features are not suitable for your requirement that used for syncing data.

    So it is recommended to build your own server which host a database. When one app modified the data, send the update request to the database, then other apps on device will get the synced data when they query for it.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.