-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pia 4300 add privacy manifest v1 #403
Conversation
ValentinaIancu-Gini
commented
Aug 21, 2023
•
edited
Loading
edited
- Add PrivacyInfo manifest file to all Gini sdks
…APILibrary - declared that the SDK is collecting user's document photos for app functionality purposes - declared that the SDK is collecting user's device info(deviceModel, onName, osVersion) for logging errors PIA-4294
- declared usage of `UserDefaults` as a required reason API PIA-4294
- declared usage of `UserDefaults` as a required reason API - declared that the SDK is collecting user's document photos for app functionality purposes - declared that the SDK is collecting user's device info(deviceModel, onName, osVersion) to logging the errors PIA-4294
…APILibrary - add missing reason of collecting the user's device information PIA-4294
- add reason for using `UserDefaults` as a required reason API PIA-4294
- add reason for using `UserDefaults` as a required reason API PIA-4294
…`NSPrivacyCollectedDataTypePurposeOther` for type `Other Diagnostic Data` - just `App functionality` reason should be enough for now PIA-4300
…`NSPrivacyCollectedDataTypePurposeOther` for type `Other Diagnostic Data` - just `App functionality` reason should be enough for now PIA-4300
- `Other Diagnostic Data` should be linked to user PIA-4300
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ValentinaIancu-Gini Great progress
Please add the Payment info to the privacy manifests, remove other purposes of data where we don't need it, and add manifests to the pinning SDKs 🙏
CaptureSDK/GiniCaptureSDK/Sources/GiniCaptureSDK/PrivacyInfo.xcprivacy
Outdated
Show resolved
Hide resolved
BankAPILibrary/GiniBankAPILibrary/Sources/GiniBankAPILibrary/PrivacyInfo.xcprivacy
Outdated
Show resolved
Hide resolved
- add the usage of `File timestamp` API - declare that some `PaymentInfo` are collected PIA-4300
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ValentinaIancu-Gini Could you please the content of the privacy manifest from Gini Bank API Library inside Gini Capture SDK and Gini Bank SDK?
I think let's better overdo than underdo - it will be much easier for our customers to see the full manifest in Gini Bank SDK than navigate and aggregate from all dependencies manually.
…y `PrivacyInfo` file - add the content of the privacy manifest from Gini Bank API Library inside Gini Capture SDK PIA-4300
…PrivacyInfo` file - add the content of the privacy manifest from Gini Bank API Library inside Gini Bank SDK PIA-4300
@zladzeyka I've updated the PR with the extra information from the |
…iniBankAPILibraryPinning PIA-4300
…aptureSDKPinning PIA-4300
…SDKPinning PIA-4300
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎊🎉👍🏻 Great success!
Pia 4300 add privacy manifest v1