---
title: matchPrivateLTENetworks
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/neapppushmanager/matchprivateltenetworks
---

# matchPrivateLTENetworks

An array of private LTE networks that the system matches for local push activation.

## Declaration

```swift
var matchPrivateLTENetworks: [NEPrivateLTENetwork] { get set }
```

## Discussion

Discussion If the properties of current private LTE network matches with the properties of a member of this array then the system starts the NEAppPushProvider. The array must contain at least one SSID to start the provider, and has an upper limit of 10 private LTE networks. For private LTE networks that aren’t band 48, only supervised devices can perform the match.

## See Also

### Matching Wi-Fi networks

- [matchSSIDs](networkextension/neapppushmanager/matchssids.md)
- [NEPrivateLTENetwork](networkextension/neprivateltenetwork.md)
