Skip to content

CXD-2749: Document AppsFlyer ad-revenue integration in public changelog - #120

Open
bryanboyko wants to merge 2 commits into
mainfrom
cxd-2749-appsflyer-changelog
Open

CXD-2749: Document AppsFlyer ad-revenue integration in public changelog#120
bryanboyko wants to merge 2 commits into
mainfrom
cxd-2749-appsflyer-changelog

Conversation

@bryanboyko

Copy link
Copy Markdown
Member

Adds the unreleased AppsFlyer ad-revenue integration entry to the public iOS changelog under [Unreleased].

  • New CloudXAppsFlyerIntegration pod; auto-registers with CloudXCore at load (no publisher glue).
  • Forwards impression-level revenue for every CloudX-won impression (Banner, MREC, Interstitial, Rewarded, Native, App Open).
  • Minimum AppsFlyerFramework >= 6.15.0 — the integrated logAdRevenue:additionalParameters: API shipped in AppsFlyer SDK 6.15.0. AppsFlyer 6.14.x and below use a separate legacy AdRevenue connector (first published as adrevenue:6.9.0) that this module does not consume.
  • Degrades gracefully: if an older AppsFlyer is linked at runtime (bypassing the podspec pin), the module logs a once-only skip and never crashes.

Mirrors the internal entry on cloudx-ios-private #945. A docs-repo mirror PR follows.

Linear: https://linear.cloudx.io/issue/CXD-2749

Made with Cursor

bryanboyko and others added 2 commits July 17, 2026 09:55
…15.0)

Add the unreleased AppsFlyer ad-revenue integration to the public changelog:
new CloudXAppsFlyerIntegration pod, auto-registers, forwards impression-level
revenue for all CloudX ad formats. Requires AppsFlyerFramework >= 6.15.0
(integrated logAdRevenue API); 6.14.x and below use the separate legacy
AdRevenue connector this module does not consume. Degrades gracefully
(logged skip, no crash) on an older linked AppsFlyer.

Co-authored-by: Cursor <cursoragent@cursor.com>
@andrew-cloudx

Copy link
Copy Markdown
Contributor

Updated for the final shape that merged in cloudx-ios-private#1008: the pod shipped as CloudXAppsFlyerConnector (renamed from CloudXAppsFlyerIntegration to match Android's connector-appsflyer), it attaches through the new public +[CloudXCore addAdRevenueDelegate:] API (documented as its own entry), and it requires CloudXCore >= 3.6.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants