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

[Question]: device_info_plus has ITMS-91061: Missing privacy manifest trouble #3399

Closed
8 tasks done
CHEN031226 opened this issue Dec 16, 2024 · 4 comments
Closed
8 tasks done
Labels
question Further information is requested

Comments

@CHEN031226
Copy link

What is your question?

ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/device_info_plus.framework/device_info_plus”, which includes device_info_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.

Checklist before submitting a question

  • I searched issues in this repository and couldn't find such bug/problem
  • I Google'd a solution and I couldn't find it
  • I searched on StackOverflow for a solution and I couldn't find it
  • I read the README.md file of the plugin
  • I am using the latest version of the plugin
  • All dependencies are up to date with flutter pub upgrade
  • I did a flutter clean
  • I tried running the example project
@CHEN031226 CHEN031226 added the question Further information is requested label Dec 16, 2024
@miquelbeltran
Copy link
Member

You didn't specify the platform or package version, but I assume you refer to macos? In that case, related to #3397

Like mentioned there, the package has the privacy manifest in it, so we have no idea why Apple doesn't accept it.

@CHEN031226
Copy link
Author

You didn't specify the platform or package version, but I assume you refer to macos? In that case, related to #3397

Like mentioned there, the package has the privacy manifest in it, so we have no idea why Apple doesn't accept it.

it's iOS mobile app. Please let me know which version started to include a privacy list so that I can try upgrading. The current version in my project is device_info_plus: ^ 9.1.2

@miquelbeltran
Copy link
Member

Check the changelog, the privacy manifest was added back in version 10: https://github.com/fluttercommunity/plus_plugins/blob/main/packages/device_info_plus/device_info_plus/CHANGELOG.md

You need to upgrade the dependency

@CHEN031226
Copy link
Author

Check the changelog, the privacy manifest was added back in version 10: https://github.com/fluttercommunity/plus_plugins/blob/main/packages/device_info_plus/device_info_plus/CHANGELOG.md

You need to upgrade the dependency

thank you!

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

No branches or pull requests

2 participants