<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AccessorySetupKit",
  "identifier" : "/documentation/AccessorySetupKit/ASMigrationDisplayItem",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AccessorySetupKit"
    ],
    "preciseIdentifier" : "c:objc(cs)ASMigrationDisplayItem"
  },
  "title" : "ASMigrationDisplayItem"
}
-->

# ASMigrationDisplayItem

A previously-discovered accessory as presented by the discovery picker, for use when migrating it to AccessorySetupKit.

```
class ASMigrationDisplayItem
```

## Overview

Create instances of `ASMigrationDisplayItem` by calling the superclass’s initializer [`init(name:productImage:descriptor:)`](/documentation/AccessorySetupKit/ASPickerDisplayItem/init(name:productImage:descriptor:)), then specify the Bluetooth [`peripheralIdentifier`](/documentation/AccessorySetupKit/ASMigrationDisplayItem/peripheralIdentifier), the Wi-Fi [`hotspotSSID`](/documentation/AccessorySetupKit/ASMigrationDisplayItem/hotspotSSID), or both, for the specific accessory you want to migrate.

## Topics

### Accessory identifiers

[`peripheralIdentifier`](/documentation/AccessorySetupKit/ASMigrationDisplayItem/peripheralIdentifier)

The Bluetooth identifier of the accessory to migrate.

[`hotspotSSID`](/documentation/AccessorySetupKit/ASMigrationDisplayItem/hotspotSSID)

The Wi-Fi hotspot SSID of the accessory to migrate.

[`wifiAwarePairedDeviceID`](/documentation/AccessorySetupKit/ASMigrationDisplayItem/wifiAwarePairedDeviceID)

The Wi-Fi Aware paired device identififer of the accessory to migrate.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)