Reputation: 442
Is there a way to force the roaming settings and files to sync?
I am using ApplicationData.Current.RoamingSettings.Values
and/or ApplicationData.Current.RoamingFolder
to store my settings and saved games.
What I would like is a way to force a pull the roaming profile for the app when the app starts, and to push when the app loses focus. The casual sync at some point soon is not really quick enough. Should I giveup and write my own sync with OneDrive?
Upvotes: 2
Views: 1787
Reputation: 26347
There is no APIs available to 3rd party developers allowing them to change roaming settings. It should be fairly obvious, that it's up to the user to control their data consumption, not 3rd party applications.
Upvotes: 3