---
title: "screenshotURLs(fitting:)"
framework: managedappdistribution
role: symbol
role_heading: Instance Method
path: "managedappdistribution/managedapp/screenshoturls(fitting:)"
---

# screenshotURLs(fitting:)

An array of the app’s screenshot URLs.

## Declaration

```swift
func screenshotURLs(fitting size: CGSize) -> [URL]
```

## Parameters

- `size`: The size of the screenshots.

## Return Value

Return Value The URLs of the screenshots.

## Discussion

Discussion The screenshots scale to fit the given size.

## See Also

### Obtaining general information

- [name](managedappdistribution/managedapp/name.md)
- [subtitle](managedappdistribution/managedapp/subtitle.md)
- [description](managedappdistribution/managedapp/description.md)
- [fileSize](managedappdistribution/managedapp/filesize.md)
- [iconURL(fitting:)](managedappdistribution/managedapp/iconurl(fitting:).md)
