Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

[xdl] Exclude IDFA code from Branch #2655

Merged
merged 3 commits into from
Sep 16, 2020
Merged

Conversation

sjchmiela
Copy link
Contributor

Let's remove IDFA once and for all – this time in Branch. By adding this macro to shell apps we'll remove IDFA code on compilation level:

https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/blob/ac991f9d0bc9bad640b25a0f1192679a8cfa083a/Branch-SDK/BNCSystemObserver.m#L49-L75

packages/xdl/src/detach/IosPodsTools.js Outdated Show resolved Hide resolved
packages/xdl/src/detach/IosPodsTools.js Outdated Show resolved Hide resolved
Co-authored-by: Bartłomiej Bukowski <bartlomiej.bukowski@swmansion.com>
@@ -281,6 +281,16 @@ function _renderDetachedPostinstall(sdkVersion, isServiceContext) {
config.build_settings['FRAMEWORK_SEARCH_PATHS'] << '${podsRootSub}/GoogleMaps/Base/Frameworks'
config.build_settings['FRAMEWORK_SEARCH_PATHS'] << '${podsRootSub}/GoogleMaps/Maps/Frameworks'`
: '';
const excludeIdfaCodeFromBranchSinceSDK39 =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const excludeIdfaCodeFromBranchSinceSDK39 =
// https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/blob/ac991f9d0bc9bad640b25a0f1192679a8cfa083a/Branch-SDK/BNCSystemObserver.m#L49-L75
const excludeIdfaCodeFromBranchSinceSDK39 =

@sjchmiela sjchmiela merged commit 6f9fbcd into master Sep 16, 2020
@sjchmiela sjchmiela deleted the @sjchmiela/upgrade-branch-idfa branch September 16, 2020 15:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants