BranchMetrics/ios-branch-deep-linking-attribution

Apple privacy manifest not working

Closed this issue · 1 comments

Describe the feature

I am importing branch sdk through cocoapods.

Import BranchSDK, there will be a conflict with my project's privacyinfo file, and if you remove privacyInfo from my project and build it, branchsdk will not shown in the privacy manifest report.

Looking at the screenshots, you can see the following differences:

branch_
firebase_

I found the difference in podspec through this page https://forums.developer.apple.com/forums/thread/745546.

BranchSDK

   s.resource = "Sources/Resources/PrivacyInfo.xcprivacy"

It is specified as

Other SDKs have PrivacyInfo.xcprivacy set in resource_bundles with the target name.