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

Privacy Manifest #1596

Closed
3 tasks done
sashabaranov opened this issue Dec 11, 2023 · 4 comments
Closed
3 tasks done

Privacy Manifest #1596

sashabaranov opened this issue Dec 11, 2023 · 4 comments

Comments

@sashabaranov
Copy link

sashabaranov commented Dec 11, 2023

New issue checklist

  • I have reviewed the README and documentation
  • I have searched existing issues and this is not a duplicate
  • I have attempted to reproduce the issue and include an example project.

General information

From Apple docs:

Starting in spring 2024, you must include the privacy manifest for any SDK listed below when you submit new apps in App Store Connect that include those SDKs, or when you submit an app update that adds one of the listed SDKs as part of the update. Signatures are also required in these cases where the listed SDKs are used as binary dependencies.

Could you please add a privacy manifest for this library?

@cendolinside123
Copy link

cendolinside123 commented Jan 11, 2024

New issue checklist

  • I have reviewed the README and documentation
  • I have searched existing issues and this is not a duplicate
  • I have attempted to reproduce the issue and include an example project.

General information

From Apple docs:

Starting in spring 2024, you must include the privacy manifest for any SDK listed below when you submit new apps in App Store Connect that include those SDKs, or when you submit an app update that adds one of the listed SDKs as part of the update. Signatures are also required in these cases where the listed SDKs are used as binary dependencies.

Could you please add a privacy manifest for this library?

@sashabaranov
hello, if you on urgent need it you can pull from mine or use

pod 'IGListDiffKit', :git => 'https://github.com/cendolinside123/IGListKit', :branch => 'Jan/Privacy-Manifest-Support'
pod 'IGListKit', :git => 'https://github.com/cendolinside123/IGListKit', :branch => 'Jan/Privacy-Manifest-Support'

NOTE:

  • I only create for cocoapod version
  • I made it base on tag 4.0.0

@cendolinside123
Copy link

cendolinside123 commented Jan 11, 2024

https://github.com/cendolinside123/IGListKit/tree/Jan/Privacy-Manifest-Support-Main-Branch

I create it from main branch

@TimOliver sorry, I want to ask. Is my Privacy manifest configuration is match with current IGListKit?

Thank you

@TimOliver
Copy link
Member

Thanks folks! I just landed a PR that adds the privacy manifest to the project and all subsequent dependency managers!

@jiasongs
Copy link

jiasongs commented Mar 19, 2024

Thanks folks! I just landed a PR that adds the privacy manifest to the project and all subsequent dependency managers!

图片

@TimOliver Hello, this will cause duplication of PrivacyInfo.xcprivacy,it should look like this:s.resource_bundles = { "#{s.name}_Privacy" => ['Source/PrivacyInfo.xcprivacy'] }

Please see:SVProgressHUD/SVProgressHUD#1120 (comment)

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

4 participants