---
title: matchSSIDs
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/neapppushmanager/matchssids
---

# matchSSIDs

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

## Declaration

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

## Mentioned in

Maintaining a Reliable Network Connection

## Discussion

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

## See Also

### Matching Wi-Fi networks

- [matchPrivateLTENetworks](networkextension/neapppushmanager/matchprivateltenetworks.md)
- [NEPrivateLTENetwork](networkextension/neprivateltenetwork.md)
