Post

Replies

Boosts

Views

Activity

Reply to How to provide a privacy manifest for a SDK shipped as a static library
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.
Topic: Privacy & Security SubTopic: General Tags:
Feb ’24
Reply to Privacy manifest requirement for SDKs
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.
Topic: Privacy & Security SubTopic: General Tags:
Feb ’24
Reply to Privacy manifest for xcframework with .a library
@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?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Can I still release app using opengl es2?
Yes, I still use it and recently distributed the app last week.
Topic: Graphics & Games SubTopic: Metal Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to privacy manifest for static library framework
@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.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Do I also need PrivacyManifest for the .a library I made for internally use?
@endecotp Some people say static libraries should be changed to a framework, what do you think of this? Is it necessary?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to privacy manifest for static library framework
So I think the static library is one with the app and I chose to add it to the app's PrivacyInfo...
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Whats going on with privacy manifests especially wrt the email from Apple, or lack of
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.
Replies
Boosts
Views
Activity
Feb ’24
Reply to IS PrivacyManifest.xcprivacy still required for Framework even if no privacy accessed API is used?
@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.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to How to provide a privacy manifest for a SDK shipped as a static library
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.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Privacy manifest requirement for SDKs
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.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Privacy Accessed API reason 1C8F.1 not available in Xcode 15.2
This is still not an option.
Replies
Boosts
Views
Activity
Feb ’24
Reply to IS PrivacyManifest.xcprivacy still required for Framework even if no privacy accessed API is used?
I'm curious about this, too.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to About Privacy Manifest compliance from spring 2024
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??
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Privacy manifest missing in third-party SDK used in App
The SDK I use has the same problem, have you already released the app??
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to "The archive does not contain any `PrivacyInfo.xcprivacy` files." error occurred when I tapped "Generate Privacy Report" button on Xcode Organizer.
Should I add PrivacyInfo and target it as an app??
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to Tracking domains in privacy manifest still causing faults in network capture
How can I check if PrivacyInfo has been added to IPA?
Replies
Boosts
Views
Activity
Feb ’24