<!--
{
  "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/appPushManager(_:didReceiveIncomingCallWithUserInfo:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(pl)NEAppPushDelegate(im)appPushManager:didReceiveIncomingCallWithUserInfo:"
  },
  "title" : "appPushManager(_:didReceiveIncomingCallWithUserInfo:)"
}
-->

# appPushManager(_:didReceiveIncomingCallWithUserInfo:)

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

```
func appPushManager(_ manager: NEAppPushManager, didReceiveIncomingCallWithUserInfo userInfo: [AnyHashable : Any] = [:])
```

## Parameters

`manager`

The local push manager that receives the call.

`userInfo`

A dictionary of custom information that the provider supplied in its call to [`reportIncomingCall(userInfo:)`](/documentation/NetworkExtension/NEAppPushProvider/reportIncomingCall(userInfo:)).

## Discussion

The framwork calls this method on your delegate when the provider calls the [`reportIncomingCall(userInfo:)`](/documentation/NetworkExtension/NEAppPushProvider/reportIncomingCall(userInfo:)) method.

---

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)