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

Request: Update Firebase SDK in Plugin to Support Apple Privacy Manifest Requirement #297

Open
plutoniac opened this issue Oct 31, 2024 · 1 comment · Fixed by #294
Open
Labels
enhancement New feature or request ios iOS Platform
Milestone

Comments

@plutoniac
Copy link

I am reaching out regarding an important compliance update that will impact apps using the cordova-plugin-push plugin, specifically due to the Firebase dependencies.

Background:
As per the recent Apple App Store policy, third-party SDKs that impact user privacy, including Firebase SDKs, will require a privacy manifest starting November 12, 2024. During my app’s recent submission, Apple provided the following feedback:

ITMS-91061: Missing privacy manifest
Your app includes Firebase SDK components, such as FirebaseCore, FirebaseCoreDiagnostics, FirebaseInstallations, and FirebaseMessaging, which are identified as privacy-impacting SDKs. Starting November 12, 2024, all privacy-impacting SDKs must include a privacy manifest to comply with App Store policies. For more information, please refer to Apple’s third-party SDK requirements.

Given this policy, I wanted to check if an update to Firebase (or another solution to support privacy manifests) might be scheduled for the cordova-plugin-push library. Currently, the plugin appears dependent on an older version of Firebase (IOS_FIREBASE_MESSAGING_VERSION set to ~> 8.1.1), which does not support the required privacy manifest.

Are there any plans to update the Firebase dependency in cordova-plugin-push to a more recent version that includes the privacy manifest? This update would be invaluable in helping us comply with Apple’s latest requirements.

Thank you for considering this request.

@peterfox1
Copy link

Yes I'm also looking for this, it looks like the change has already been completed in the following PR which has been closed & merged so it seems like this will be in the next release: #294

@erisu erisu added enhancement New feature or request ios iOS Platform labels Nov 13, 2024
@erisu erisu added this to the 5.0.0 milestone Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ios iOS Platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants