---
title: CLLocationPushServiceError.Code.missingPushExtension
framework: corelocation
role: symbol
role_heading: Case
path: corelocation/cllocationpushserviceerror-swift.struct/code/missingpushextension
---

# CLLocationPushServiceError.Code.missingPushExtension

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

## Declaration

```swift
case missingPushExtension
```

## Discussion

Discussion For more information, see Creating a location push service extension.

## See Also

### Getting the error code

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