@K. Hiroshi
@K. Hiroshi
Hi. So your team re-created all the static libraries with static frameworks??
I think this work will be very airlift.. Can you give me more information?
Post
Replies
Boosts
Views
Activity
Yes, I still use it and recently distributed the app last week.
@ManoharaRP
I've often seen the opinion that static libraries can't add 'PrivacyInfo'.
I don't know how to respond to Privacy Manifest.
I thought I wouldn't have to add static libraries because they're code (or add them to the app's 'PrivacyInfo' instead)
But I don't know the answer clearly.
@endecotp
Some people say static libraries should be changed to a framework, what do you think of this? Is it necessary?
So I think the static library is one with the app and I chose to add it to the app's PrivacyInfo...
I'm not against Apple if it's really for privacy.
However, WWDC videos and some documents don't seem to be enough information to solve this problem.
I don't know if I applied it properly or how to apply it.
I didn't receive the mail either.
@jdheeraj11 Isn't code signing done only by the libraries presented by Apple??
I think the libraries that are not that will only need PrivacyInfo.. I may be wrong. Please share your opinion.
If you are working on a static library then you need to create a separate resource bundle target and add the privacy manifest file in to that target. I'm also working on a static library and sharing privacy manifest in this way.
@TorongoAzad
Thank you for your answer, but I didn't get it right because I'm a beginner.
The static library I have now is in C and C++ in an Xcode environment.
And when I build here, a .a file is created and brought to my app and I'm using it.
When you open a static library project with Xcode and add PrivacyInfo, it is not targeted.
Can you explain 'create a separate resource bundle target' in detail??
I'm still very bad at dealing with libraries.
I agree that Apple is doing this policy for personal information.
Apple might think that it's just to add the Privacy Manifest within the deadline
However, there are many developers who are in a difficult environment to track and respond to each of these things.
We need more information and examples, and time..
Even if I search the developer forum now, there are various situations. But there is no clear answer to that.
This is still not an option.
I'm curious about this, too.
This is what I'm curious about too. But Apple doesn't seem to give much information officially..
Will we eventually have to submit an app review and be rejected so we know which part is needed??
The SDK I use has the same problem, have you already released the app??
Should I add PrivacyInfo and target it as an app??
How can I check if PrivacyInfo has been added to IPA?