Skip to content
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

[FR]: Add privacy manifest to InAppMessaging&Sessions #12698

Closed
tetsu888 opened this issue Apr 4, 2024 · 3 comments
Closed

[FR]: Add privacy manifest to InAppMessaging&Sessions #12698

tetsu888 opened this issue Apr 4, 2024 · 3 comments
Assignees
Labels
api: crashlytics api: inappmessaging Firebase In App Messaging api: performance sessions Changes pertaining to the Firebase Sessions SDK type: feature request

Comments

@tetsu888
Copy link

tetsu888 commented Apr 4, 2024

Description

It appears that InAppMessaging & Sessions was missed when privacy manifests were added to the various modules in this repository.
I was expecting to see at least one entry for NSPrivacyAccessedAPICategoryUserDefaults.

FirebaseInAppMessaging:
https://github.com/search?q=repo%3Afirebase%2Ffirebase-ios-sdk+UserDefaults+path%3A%2F%5EFirebaseInAppMessaging%5C%2FSources%5C%2F%2F&type=code

FirebaseSessions:

private let cache: UserDefaults = .standard

https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api?language=objc

API Proposal

No response

Firebase Product(s)

In-App Messaging

@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@rizafran rizafran added api: inappmessaging Firebase In App Messaging and removed needs-triage labels Apr 4, 2024
@paulb777
Copy link
Member

paulb777 commented Apr 4, 2024

Similar to #12488, so far we've only published manifests for SDKs named by Apple on this list. We're still working on the Firebase SDKs that are not on that list.

@ncooke3
Copy link
Member

ncooke3 commented Apr 12, 2024

To eliminate required reasons impact, all required reason symbols have been removed from Sessions (#12752) and InAppMessaging (#12757) (in addition to other SDKs like Performance). This will be released in the next Firebase release, 10.25.0.

@ncooke3 ncooke3 closed this as completed Apr 12, 2024
@firebase firebase locked and limited conversation to collaborators May 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: crashlytics api: inappmessaging Firebase In App Messaging api: performance sessions Changes pertaining to the Firebase Sessions SDK type: feature request
Projects
None yet
Development

No branches or pull requests

5 participants