Skip to main content

Report push notification statistics

APNs push delivery and click data require the client to actively report events before statistics become available. The Nexconn SDK provides interfaces for reporting push notification data.

tip

Push notification statistics are only available for production environments of live applications. For apps using an overseas data center, complete the configuration for your SDK version to ensure data is reported to the correct data center.

Report push delivery data

The current iOS public SDK and apidoc do not expose a public API for reporting APNs delivery statistics. The historical recordReceivedRemoteNotificationEvent: example below is retained only as a review marker for manual verification.

Objective C
{/* [DOC-TRUTH-SYNC-REVIEW] `recordReceivedRemoteNotificationEvent:` is not present in the current iOS public SDK code or apidoc. Confirm the public reporting API for APNs delivery statistics before publishing an executable example. */}

Report push click data

The current iOS public SDK and apidoc do not expose a public API for reporting remote push click statistics.

Objective C
{/* [DOC-TRUTH-SYNC-REVIEW] `recordRemoteNotificationEvent:` is not present in the current iOS public SDK code or apidoc. Confirm the public reporting API for remote push click statistics before publishing an executable example. */}

Report local notification click events

The current iOS public SDK and apidoc do not expose a public API for reporting local notification click statistics.

Objective C
{/* [DOC-TRUTH-SYNC-REVIEW] `recordLocalNotificationResponseEvent:` is not present in the current iOS public SDK code or apidoc. Confirm the public reporting API for local notification click statistics before publishing an executable example. */}