<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEAppPushProvider/reportIncomingCall(userInfo:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEAppPushProvider(im)reportIncomingCallWithUserInfo:"
  },
  "title" : "reportIncomingCall(userInfo:)"
}
-->

# reportIncomingCall(userInfo:)

Informs the manager about an incoming call.

```
func reportIncomingCall(userInfo: [AnyHashable : Any] = [:])
```

## Parameters

`userInfo`

A dictionary of custom information associated with the incoming call. The dictionary’s values must only use data types supported by <doc://com.apple.documentation/documentation/Foundation/PropertyListSerialization>; you can’t use custom types for the values.

## Discussion

Call this method when your provider determines it’s receiving an incoming call on the connection. The manager’s delegate receives this dictionary as-is.

---

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)