---
title: "init(appIdentifier:position:)"
framework: storekit
role: symbol
role_heading: Initializer
path: "storekit/skoverlay/appconfiguration/init(appidentifier:position:)"
---

# init(appIdentifier:position:)

Creates an object that represents the attributes of an overlay you use to recommend another app on the App Store.

## Declaration

```swift
init(appIdentifier: String, position: SKOverlay.Position)
```

## Parameters

- `appIdentifier`: The iTunes identifier of the recommended app.
- `position`: The position of the overlay on the screen.

## See Also

### Creating an App Configuration

- [appIdentifier](storekit/skoverlay/appconfiguration/appidentifier.md)
- [position](storekit/skoverlay/appconfiguration/position.md)
- [SKOverlay.Position](storekit/skoverlay/position.md)
