Skip to content

ITMS-91061: Missing privacy manifest #1640

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
3 of 8 tasks
Doublelae opened this issue Feb 20, 2025 · 1 comment
Closed
3 of 8 tasks

ITMS-91061: Missing privacy manifest #1640

Doublelae opened this issue Feb 20, 2025 · 1 comment

Comments

@Doublelae
Copy link

Please check the following before submitting a new issue.

Please select for which platform(s) you need help

  • Android
  • iOS
  • Linux
  • macOS
  • Web
  • Windows

Your question

ITMS-91061: Missing privacy manifest - Your app includes “Contents/Frameworks/geolocator_apple.framework/Versions/A/geolocator_apple”, which includes geolocator_apple, 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. 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 used geolocator: 13.0.2 into my project and I get rejected then I fork geolocator and changed geolocator_apple: 2.3.9 and submitted again and that is not working and added file PrivacyInfo . I get reject again that is not solution so how should I do ,pls

Version

geolocator_apple: 2.3.9

@Doublelae
Copy link
Author

fixed => add code into macOS/geolocator_apple.podspec =>
s.platform = :osx, '11'
s.swift_version = '5.0'
s.resource_bundles = {'geolocator_apple_privacy' => ['Resources/PrivacyInfo.xcprivacy']}

no reject about “Contents/Frameworks/geolocator_apple.framework/Versions/A/geolocator_apple”,

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

No branches or pull requests

1 participant