---
title: "init(name:)"
framework: tvservices
role: symbol
role_heading: Initializer
path: "tvservices/tvappprofiledescriptor/init(name:)"
---

# init(name:)

Creates a new app profile descriptor object with the specified name.

## Declaration

```swift
init(name: String)
```

## Parameters

- `name`: The user-visible string to display for the profile.

## Return Value

Return Value An initialized app profile descriptor object.
