---
title: MigrationAppIdentifier.StoreIdentifier
framework: appmigrationkit
role: symbol
role_heading: Structure
path: appmigrationkit/migrationappidentifier/storeidentifier-swift.struct
---

# MigrationAppIdentifier.StoreIdentifier

A type that indicates an app store in which an app resides.

## Declaration

```swift
struct StoreIdentifier
```

## Topics

### Creating a store identifier instance

- [init(_:)](appmigrationkit/migrationappidentifier/storeidentifier-swift.struct/init(_:).md)

### Type Properties

- [googlePlay](appmigrationkit/migrationappidentifier/storeidentifier-swift.struct/googleplay.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Working with identifier properties

- [storeIdentifier](appmigrationkit/migrationappidentifier/storeidentifier-swift.property.md)
- [bundleIdentifier](appmigrationkit/migrationappidentifier/bundleidentifier.md)
- [platform](appmigrationkit/migrationappidentifier/platform.md)
- [MigrationPlatform](appmigrationkit/migrationplatform.md)
