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

ITMS-91061 #251

Open
cbjerg opened this issue Oct 14, 2024 · 3 comments
Open

ITMS-91061 #251

cbjerg opened this issue Oct 14, 2024 · 3 comments

Comments

@cbjerg
Copy link

cbjerg commented Oct 14, 2024

I am getting these mails from Apple when submitting my apps for review
ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/FirebaseCore.framework/FirebaseCore”, which includes FirebaseCore, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. Starting November 12, 2024, if a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: https://developer.apple.com/support/third-party-SDK-requirements.

ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/FirebaseMessaging.framework/FirebaseMessaging”, which includes FirebaseMessaging, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. Starting November 12, 2024, if a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: https://developer.apple.com/support/third-party-SDK-requirements.

Is there any solution for this?

@chemerisuk
Copy link
Owner

@cbjerg hm, what value do you use as IOS_FIREBASE_POD_VERSION?

@cbjerg
Copy link
Author

cbjerg commented Oct 16, 2024

I have not added that variable.
I just have
<plugin name="cordova-plugin-firebase-messaging" spec="8.0.1" source="npm" />
in my config.xml
Which version should I be using?

@cbjerg
Copy link
Author

cbjerg commented Oct 16, 2024

Added
<plugin name="cordova-plugin-firebase-messaging" spec="8.0.1" source="npm"> <variable name="IOS_FIREBASE_POD_VERSION" value="11.3.0" /> </plugin>
And after pod repo update, it seems like it is building. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants