Reset Cloud Data (Remove Keys)
Last updated
Let the user delete cloud keys (for example from a Settings “Reset cloud save” button).
CloudServicesRemoveKey
Remove a specific key
CloudServicesRemoveAllKeys
Remove all keys (use with caution)
CloudServicesSynchronize
Push deletion to cloud (recommended)
Call CloudServicesRemoveKey for each key you want to delete.
Call CloudServicesSynchronize and wait for successEvent.
Call CloudServicesRemoveAllKeys.
Call CloudServicesSynchronize and wait for successEvent.
Provide a confirmation UI before using RemoveAllKeys.
After reset, your app should fall back to local defaults until new values are saved.
Last updated