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 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 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 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 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 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
@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 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 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 Do Static Libraries need a PrivacyInfo.xcprivacy file? or they use the App-Level one?
Did you solve this? It's ridiculous that I can't use static libraries because of this problem. I'm sure there's a way. I think we can add it to the app's Privacyinfo.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Privacy Manifest Third-Party SDK
@cabralcole What library are you using?
Replies
Boosts
Views
Activity
Mar ’24
Reply to digital signature for `.framework` (not xcframework)
So now .framework can't be used?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to IS PrivacyManifest.xcprivacy still required for Framework even if no privacy accessed API is used?
@DTS Engineer I've checked SPM libraries on GitHub. Among them, I can see some empty in PrivacyInfo. Many libraries are doing this, will this be a problem??
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to privacy manifest for static library framework
@DTS Engineer How can I change the static library I created with C and c++ to xcframework?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Will Apple's 'Privacy Manifest' email be sent during the screening process??
I tested two apps, and App A received an email about a minute after submitting the review. App B submitted a review and I didn't get an e-mail. I'd appreciate your additional comments.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Will Apple's 'Privacy Manifest' email be sent during the screening process??
If there is a problem When submitting an App Store release build When submitting a TestFlight external test I checked that the e-mail was sent.
Replies
Boosts
Views
Activity
Mar ’24