Skip to content

[Request]: Privacy Manifest Missing for Apple App Store Submission #3246

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

Closed
ijashuzain opened this issue Sep 9, 2024 · 5 comments
Closed
Labels
enhancement New feature or request triage

Comments

@ijashuzain
Copy link

ijashuzain commented Sep 9, 2024

Plugin

connectivity_plus

Use case

When submitting an app to the Apple App Store that includes the connectivity_plus framework, the following error is encountered:

ITMS-91061: Missing privacy manifest - Your app includes "Frameworks/connectivity_plus.framework/connectivity_plus", which includes connectivity_plus, an SDK that was identified in the documentation as a privacy-impacting third-party SDK.

Context
Starting November 12, 2024, Apple requires privacy-impacting SDKs to include a privacy manifest file.
This affects new app submissions and updates that add new privacy-impacting SDKs.

Proposal

Request
Please update the connectivity_plus SDK to include the required privacy manifest file to comply with Apple's new policy.

Additional Information
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

Environment
Flutter version: 3.24.1

Steps to Reproduce
Include connectivity_plus in a Flutter project
Build the iOS app
Submit the app to the App Store
Receive the ITMS-91061 error

Thank you for your attention to this matter.

@ijashuzain ijashuzain added enhancement New feature or request triage labels Sep 9, 2024
@miquelbeltran
Copy link
Member

The project already contains the manifest file. And this has been discussed multiple times in the repo issue tracker.

image

Main ticket is here: #2447

@Splagov
Copy link

Splagov commented Sep 13, 2024

Looks like this issue fixed in device_info_plus version 10.0.1
Older version will cause ITMS-91061 error.

@ijashuzain
Copy link
Author

Okay thankyou, i have mistakenly used old version👍

@maykhid
Copy link

maykhid commented Jan 31, 2025

Looks like this issue fixed in device_info_plus version 10.0.1
Older version will cause ITMS-91061 error.

Hi, I am a bit confused. The plug-in mentioned by the author is connectivity_plus not device_info_plus. How does this tie into the issue. I am actually trying to fix this issue on my end. I am using connectivity_plus v6.1.2.

@Splagov @ijashuzain

@miquelbeltran
Copy link
Member

There is a ticket discussing connectivity_plus here: #3397

@fluttercommunity fluttercommunity locked as resolved and limited conversation to collaborators Jan 31, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

4 participants