I have a Windows 8.1 Universal app (not yet published in store) and I want to be able to sync data between app from a desktop and app from Tablet. Both pc and tablet are on the same Microsoft account.
I have some roaming data and I want to sync them between my devices. The data are saved locally corectly but when I go to the other device I have, and open the app, the data are not synced. Do I need to add anything more than:
ApplicationData.Current.RoamingSettings.Values["somekey"] = "something";