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

# NEPrivateLTENetwork

The parameters of a private LTE network.

```
class NEPrivateLTENetwork
```

## Overview

Populate your manager’s [`matchPrivateLTENetworks`](/documentation/NetworkExtension/NEAppPushManager/matchPrivateLTENetworks) with an array of objects of this type. The system starts the provider when the device’s current private LTE provider matches the properties of any member of the array.

## Topics

### Accessing network properties

[`var mobileCountryCode: String`](/documentation/NetworkExtension/NEPrivateLTENetwork/mobileCountryCode)

The Mobile Country Code (MCC) of the private LTE network.

[`var mobileNetworkCode: String`](/documentation/NetworkExtension/NEPrivateLTENetwork/mobileNetworkCode)

The Mobile Network Code (MNC) of the private LTE network.

[`var trackingAreaCode: String?`](/documentation/NetworkExtension/NEPrivateLTENetwork/trackingAreaCode)

The Tracking Area Code of the private LTE network.

## Relationships

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`Equatable`](/documentation/Swift/Equatable)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`CVarArg`](/documentation/Swift/CVarArg)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)