<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEAppPushManager/matchSSIDs",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEAppPushManager(py)matchSSIDs"
  },
  "title" : "matchSSIDs"
}
-->

# matchSSIDs

An array of Wi-Fi SSID strings that the system matches for local push activation.

```
var matchSSIDs: [String] { get set }
```

## Discussion

If the SSID string of the current Wi-Fi network matches a member of this array, the framework starts the [`NEAppPushProvider`](/documentation/NetworkExtension/NEAppPushProvider). The array must contain at least one SSID to start the provider, and has an upper limit of 10 SSIDs.

---

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)