Skip to main content

XR-052: User State and Title Save Location, Roaming, and Dependencies

FMA scenario severities

See the XR-052 reference for the underlying certification requirement.

052-01 User Sign-in and Sign-out

Notes
  • User state includes: user progress, saved state, preferences, achievements, or other awards.
  • The title might only associate save progress, achievements, and preferences to the current active XBOX Profile.

052-02 User change during suspended

Notes
  • User state includes: user progress, saved state, preferences, achievements, or other awards.
  • The title might only associate save progress, achievements, and preferences to the current active XBOX Profile.

052-05 Correct user association

Notes
  • Use the ConnectedStorage classes for titles only if they save data locally. It’s fine for a title to save data only online and not use ConnectedStorage.
  • If you can find the save data in the Manage Game area of XBOX Home, the save was created by using ConnectedStorage.

052-06 Cloud Storage: Roaming

Notes
  • Titles that share a TitleID across devices (for example, PC and console) aren’t required to roam saved data, but it’s highly recommended.
  • Due to the variation of graphics cards across PCs, any in-title video settings aren’t expected to roam. Generally, they’re expected to change to safe or default settings when roaming to a new PC for the first time and these settings are likely only stored locally.
  • Use the ConnectedStorage classes for titles only if they save data locally. It’s fine for a title to save data only online and not use ConnectedStorage.
  • If you can find the saved data in the Manage Game area of XBOX Home, the save was created by using ConnectedStorage.
  • Suggested probability of 2.
Last modified on August 20, 2026