-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Bug]: ITMS-91061: Missing privacy manifest - Your app includes #3397
Comments
Hmm... no idea, then. The privacy manifest is declared in the podspec. My only suggestion is to fork the project and do some trial and error and see if there is something wrong with the provided manifest. If you find a solution, please submit a PR. I don't have a macOS app/Apple dev account to test this. |
did you solve this problem? |
I need to submit my app for iOS review, so I removed this dependency. I can only consider using it again after the dependency is fixed. |
Did you managed to solve the issue? 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. Starting February 12, 2025, 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. |
I removed this dependency,no use in my case. |
I removed this dependency. no need in my app。
该邮件从移动设备发送
…------------------ 原始邮件 ------------------
发件人: "fluttercommunity/plus_plugins" ***@***.***>;
发送时间: 2025年1月9日(星期四) 下午5:22
***@***.***>;
***@***.******@***.***>;
主题: Re: [fluttercommunity/plus_plugins] [Bug]: ITMS-91061: Missing privacy manifest - Your app includes (Issue #3397)
Did you managed to solve the issue?
We have the same problem - using the latest version connectivity_plus 6.1.1, we got this warning from apple
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. Starting February 12, 2025, 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.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Platform
macOS 14.5
Plugin
connectivity_plus
Version
6.1.1
Flutter SDK
3.24.5
Steps to reproduce
I had the same issue when connectivity_plus 6.1.0 was installed.
However, I received the same email even after updating to connectivity_plus 6.1.1 and deploying it.
(I did a flutter clean, removed all existing Pod-related files, and did a clean install again.)
ITMS-91061: Missing privacy manifest - Your app includes “Contents/Frameworks/connectivity_plus.framework/Versions/A/connectivity_plus”, which includes connectivity_plus, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. Starting February 12, 2025, 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.
pubspec.yaml
pubspec.lock
macos/Podfile.lock
Code Sample
No response
Logs
Flutter Doctor
Checklist before submitting a bug
flutter pub upgrade
flutter clean
The text was updated successfully, but these errors were encountered: