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: Missing privacy manifest - Your app includes “Frameworks/FirebaseCrashlytics.framework/FirebaseCrashlytics”, which includes FirebaseCrashlytics #2533

Open
1 of 2 tasks
AkashSaxenaSaviantConsulting opened this issue Feb 18, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@AkashSaxenaSaviantConsulting

Is there an existing feature request for this?

  • I have searched the existing feature request

Operating System

ios

Pain

ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/FirebaseCrashlytics.framework/FirebaseCrashlytics”, which includes FirebaseCrashlytics, an SDK that was identified in the documentation as a commonly used third-party SDK. Starting February 12, 2025, 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 or you won’t be able to submit the app for review in App Store Connect. 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.

I am getting invalid binary error while uploading the build to test flight and these policy update is recent which started from February 12, 2025, can anyone help me out in this or faced the same issue and got fix for it?
I am working on .net maui app with xamarin.firebase.ios.crashlytics(8.10.0.3) also my app include xamarin.firebase.ios.analytics(8.10.0.3) and giving error just for crashlytics
I have also tried to update my PrivacyInfo.xcprivacy and it looks like please see below,but still it reject the binary

Suggested solution

I have also tried to update my PrivacyInfo.xcprivacy and it looks like please see below,but still it reject the binary

NSPrivacyAccessedAPITypes NSPrivacyAccessedAPIType NSPrivacyAccessedAPICategoryFileTimestamp NSPrivacyAccessedAPITypeReasons C617.1 NSPrivacyAccessedAPIType NSPrivacyAccessedAPICategorySystemBootTime NSPrivacyAccessedAPITypeReasons 35F9.1 NSPrivacyAccessedAPIType NSPrivacyAccessedAPICategoryDiskSpace NSPrivacyAccessedAPITypeReasons E174.1 NSPrivacyAccessedAPIType NSPrivacyAccessedAPICategoryUserDefaults NSPrivacyAccessedAPITypeReasons CA92.1
<key>NSPrivacyCollectedDataTypes</key>
<array>
    <dict>
        <key>NSPrivacyCollectedDataType</key>
        <string>Crash Data</string>
        <key>NSPrivacyDataUsageType</key>
        <string>App Functionality</string>
    </dict>
    <dict>
        <key>NSPrivacyCollectedDataType</key>
        <string>Performance Data</string>
        <key>NSPrivacyDataUsageType</key>
        <string>App Functionality</string>
    </dict>
    <dict>
        <key>NSPrivacyCollectedDataType</key>
        <string>Device Identifier</string>
        <key>NSPrivacyDataUsageType</key>
        <string>App Functionality</string>
    </dict>
</array>

Useful resources

No response

Additional information

No response

Self grab

  • I'm ready to work on this issue!
@AkashSaxenaSaviantConsulting AkashSaxenaSaviantConsulting added the enhancement New feature or request label Feb 18, 2025
@adarshsinggh
Copy link

I am also facing this issue. have you got any solution.

@vedatozkanTr
Copy link

vedatozkanTr commented Feb 20, 2025

update all firebase nuget package. and all package update then waiting to review IOS

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

No branches or pull requests

3 participants