-
Notifications
You must be signed in to change notification settings - Fork 176
Description
🚀 Feature Requests
We are using the FirebasePushNotificationPlugin in our Xamarin forms Project.
I am currently facing an issue while submitting our Xamarin Forms application to the Apple App Store, where I receive the following errors:
ITMS-91061: Missing Privacy Manifest (FirebaseMessaging)
"Your app includes ‘Frameworks/FirebaseMessaging.framework/FirebaseMessaging,’ which includes FirebaseMessaging, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file."
ITMS-91061: Missing Privacy Manifest (FirebaseCore)
"Your app includes ‘Frameworks/FirebaseCore.framework/FirebaseCore,’ which includes FirebaseCore, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file."
As per Apple's latest third-party SDK requirements now require a Privacy Manifest file (PrivacyInfo.xcprivacy) to comply with these policies.
Could you please provide guidance on:
Whether there is an updated version of FirebaseCore and FirebaseMessaging that includes the required privacy manifest file.
Any steps to manually include the PrivacyInfo.xcprivacy file if necessary.
The recommended approach for resolving this issue specifically for Xamarin Forms applications.
I would appreciate any assistance or documentation to ensure compliance with Apple’s updated guidelines.
Looking forward to your response.