Giter Club home page Giter Club logo

Comments (21)

evgenyneu avatar evgenyneu commented on June 13, 2024 1

It's ok, maybe someone else can help here.

from cosmos.

evgenyneu avatar evgenyneu commented on June 13, 2024 1

No sure how to fix it, feel free to submit a PR people. Thanks for the manifest PR @wlxo0401 and Happy New Year!

from cosmos.

evgenyneu avatar evgenyneu commented on June 13, 2024 1

@wlxo0401 I pushed version 25.0.1

from cosmos.

wlxo0401 avatar wlxo0401 commented on June 13, 2024

@evgenyneu

hello. I am an iOS developer from South Korea.

I am grateful for the ‘Cosmos’ you created.

However, due to this change in Apple policy, if you use a third-party library, you must add a Privacy Manifest.

I love this library and think it's great. Please make sure to continue using it.

from cosmos.

evgenyneu avatar evgenyneu commented on June 13, 2024

Thanks @wlxo0401, is it responsibility of the app developer to provide the manifest, or does it need to be included in the third party libraries?

from cosmos.

wlxo0401 avatar wlxo0401 commented on June 13, 2024

@evgenyneu
Thank you for your reply.


https://developer.apple.com/videos/play/wwdc2023/10060/
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

I understood that the developers who created the library should distribute including Privacy Manifest.

Apple seems to be aiming to let developers who use third-party libraries know what they're doing inside the library.

So library developers need to add Privacy Manifest to their library, and make sure Xcode recognizes it.

스크린샷 2023-12-19 오후 12 20 33 Exemplary photo

Libraries with the Privacy Manifest applied properly are

  1. Perform Archive
  2. Go to the Organizer screen
  3. Check Privacy Report for Archived Builds
  4. Privacy Manifest is properly reflected.

You can check the above procedure.

from cosmos.

evgenyneu avatar evgenyneu commented on June 13, 2024

That's good to know @wlxo0401. Feel free to submit a PR with the manifest.

from cosmos.

wlxo0401 avatar wlxo0401 commented on June 13, 2024

@evgenyneu

But I don't know clearly yet how to apply it.

And I don't know exactly what part of Cosmos should be specified.

from cosmos.

wlxo0401 avatar wlxo0401 commented on June 13, 2024

@evgenyneu

https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

The above document contains a list of APIs that should be displayed in the Privacy Manifest claimed by Apple.

Did you use the API that belongs to the list above while making the library? If there is, please list it.

from cosmos.

evgenyneu avatar evgenyneu commented on June 13, 2024

This library does not use these APIs.

from cosmos.

wlxo0401 avatar wlxo0401 commented on June 13, 2024

@evgenyneu

Hi I added PrivacyInfo.

As you told me, Cosmos added PrivacyInfo based on not using APIs.
but I couldn't add it to the package.
PR

I brought an example of how I did other libraries. But when I did it, the error occurred..
Example

When we complete this, we need to make sure that it is finally reflected in the Privacy Report. That way, we can finish it..

Can you help me??

from cosmos.

wlxo0401 avatar wlxo0401 commented on June 13, 2024

@evgenyneu
Thank you for your kind response in your busy life.

Happy New Year to you, too.

I think there are steps left to add to the package and podspec.

First of all, it would be difficult to release a new release as it is, right?

I think it would be good to let people know that the library is alive..

from cosmos.

evgenyneu avatar evgenyneu commented on June 13, 2024

I think there are steps left to add to the package and podspec.

Sure, feel free to submit another PR. I personally not sure what needs to be done with these manifests.

First of all, it would be difficult to release a new release as it is, right?

By release you mean add a git tag? I can do it if that's what you need, let me know.

from cosmos.

wlxo0401 avatar wlxo0401 commented on June 13, 2024

@evgenyneu
Thank you for your quick response.

I also actually still have a lot of questions. However, Apple is doing a lot of research because WWDC mentioned this work.

Some libraries have even been mentioned by Apple. _ Apple Doc
(There are already libraries with PrivacyManifest without Apple mention.)

Looking at the data I found, I understand that all libraries should do this.

Since it will be implemented from next spring, I'm going to prepare it in advance, but I don't think there is any information as I thought.

That's enough for today and I'll look into it more..

from cosmos.

wlxo0401 avatar wlxo0401 commented on June 13, 2024

@evgenyneu
RxSwift issue
Looking at the above issue, it seems correct that all three-party libraries should add PrivyManifest.

I think we need to apply this to meet the conditions that Apple wants.
It seems that information on whether or not PrivacyInfo corresponds to it should be provided.

(Shouldn't you check 'Keychain-Swift' as well?)

from cosmos.

evgenyneu avatar evgenyneu commented on June 13, 2024

Cool ty!

from cosmos.

wlxo0401 avatar wlxo0401 commented on June 13, 2024

@evgenyneu

I think it's about time, are you planning to release a new 24 version??

from cosmos.

evgenyneu avatar evgenyneu commented on June 13, 2024

are you planning to release a new 24 version?

Sure, which one do you personally need? Cocoapods or swift package manager?

from cosmos.

wlxo0401 avatar wlxo0401 commented on June 13, 2024

are you planning to release a new 24 version?

Sure, which one do you personally need? Cocoapods or swift package manager?

I am using the swift package manager.
Is it difficult to apply both? (I don't know the library distribution procedure.)

PrivacyManifest has been applied, but Apple's alleged policy implementation date must come to know if it works properly.
I want a lot of users to use the version with 'PrivacyInfo' applied. And I want them to find additional issues.

from cosmos.

evgenyneu avatar evgenyneu commented on June 13, 2024

I am using the swift package manager.

Ok I pushed the 24.0.0 tag, you can test it with SPM.

I want a lot of users to use the version with 'PrivacyInfo' applied. And I want them to find additional issues.

We don't spend our time to make it work for others here :D This is open source project, so people will submit a PR if they need to fix stuff.

from cosmos.

wlxo0401 avatar wlxo0401 commented on June 13, 2024

@evgenyneu

Hello.

Could you please issue a new version based on the last PR???

from cosmos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.