---
title: missingPushExtension
framework: corelocation
role: symbol
role_heading: Type Property
path: corelocation/cllocationpushserviceerror-swift.struct/missingpushextension
---

# missingPushExtension

An error code that indicates the app is missing a Location Push Service Extension.

## Declaration

```swift
static var missingPushExtension: CLLocationPushServiceError.Code { get }
```

## See Also

### Getting the error code

- [unknown](corelocation/cllocationpushserviceerror-swift.struct/unknown.md)
- [missingPushServerEnvironment](corelocation/cllocationpushserviceerror-swift.struct/missingpushserverenvironment.md)
- [missingEntitlement](corelocation/cllocationpushserviceerror-swift.struct/missingentitlement.md)
- [unsupportedPlatform](corelocation/cllocationpushserviceerror-swift.struct/unsupportedplatform.md)
- [CLLocationPushServiceError.Code](corelocation/cllocationpushserviceerror-swift.struct/code.md)
