CXD-2749: Document AppsFlyer ad-revenue integration in public changelog - #120
Open
bryanboyko wants to merge 2 commits into
Open
CXD-2749: Document AppsFlyer ad-revenue integration in public changelog#120bryanboyko wants to merge 2 commits into
bryanboyko wants to merge 2 commits into
Conversation
…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>
…nue delegate + CloudXCore 3.6.0 requirement
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the unreleased AppsFlyer ad-revenue integration entry to the public iOS changelog under
[Unreleased].CloudXAppsFlyerIntegrationpod; auto-registers withCloudXCoreat load (no publisher glue).AppsFlyerFramework >= 6.15.0— the integratedlogAdRevenue:additionalParameters:API shipped in AppsFlyer SDK 6.15.0. AppsFlyer 6.14.x and below use a separate legacy AdRevenue connector (first published asadrevenue:6.9.0) that this module does not consume.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