---
title: Supporting Multiple Users in Your tvOS App
framework: tvservices
role: sampleCode
role_heading: Sample Code
path: sample-code/tvservices/supporting-multiple-users-in-your-tvos-app
---

# Supporting Multiple Users in Your tvOS App

Store separate data for each user with the new Runs as Current User capability.

## Overview

Overview note: This sample code project is associated with WWDC20 session 10645: Support Multiple Users in Your tvOS App. note: You must run this sample code project on a physical device.

## See Also

### Multiple users

- [Personalizing Your App for Each User on Apple TV](tvservices/personalizing-your-app-for-each-user-on-apple-tv.md)
- [Mapping Apple TV users to app profiles](tvservices/mapping-apple-tv-users-to-app-profiles.md)
- [TVUserManager](tvservices/tvusermanager.md)
