issues
search
optimizely
/
swift-sdk
Swift SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://www.optimizely.com/products/full-stack/
Apache License 2.0
21
stars
30
forks
source link
[FSSDK-9946] chore: add coccoapods support to bundle privacy manifest file
#542
Closed
muzahidul-opti
closed
10 months ago
muzahidul-opti
commented
10 months ago
Summary
Without the
resource_bundles
specification in podspec, cocoapods doesn't include the
PrivacyInfo.xcprivacy
file into the main app bundle. It causes third party SDK's privacy to be missing in the main app's privacy report.
Ref
pod#10325
Test plan
Follow the steps:
Add dependency into a demo app.
Archive the app
Generate privacy report and verify report
Issues
FSSDK-9946
Summary
resource_bundles
specification in podspec, cocoapods doesn't include thePrivacyInfo.xcprivacy
file into the main app bundle. It causes third party SDK's privacy to be missing in the main app's privacy report.Test plan
Issues