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

# NEAppPushDelegate

A protocol that defines how an app push manager instance interacts with the framework.

```
protocol NEAppPushDelegate : NSObjectProtocol
```

## Topics

### Receiving calls

[`func appPushManager(NEAppPushManager, didReceiveIncomingCallWithUserInfo: [AnyHashable : Any])`](/documentation/NetworkExtension/NEAppPushDelegate/appPushManager(_:didReceiveIncomingCallWithUserInfo:))

A delegate method that the framework invokes when the provider reports an incoming call.

## Relationships

### Inherits From

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

---

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)