Post

Replies

Boosts

Views

Activity

The 'Privacy Manifest' of the library downloaded from SPM is not recognized in the 'Privacy Report'.
I am using the library through SPM. I asked the library developer to add Privacy Manifest, and it was completed. But when I checked Archive on Xcode, it doesn't generate a report. How can I solve it?? What modifications should I ask library developers to make?? I've seen in other questions to check out "Do not embed". But it seems to be different from this situation.
0
1
803
Dec ’23
Does SwiftData require paging?
Hello. I'm going to create an app that supports purchase records. SwiftData was used to implement storage, backup, and restoration functions at once. One question is whether paging is necessary. When you receive data from a server, you usually implement paging to send and receive data efficiently. In the case of Realm, I know that it uses Lazy data, so I know that there is no need for paging. What about SwiftData? Can the number of data affect performance??
0
1
501
Jul ’24
Is a Privacy Manifest Required When Using Notification Service Extension?
Apple requires declaring the use of UserDefaults in both the App and third-party libraries in the PrivacyInfo. However, I also utilize UserDefaults in the Notification Service Extension. Should I treat the Extension as part of the App and only declare it within the App project? Or do I need to separately declare it for the Extension as well?
0
2
1k
Feb ’24
How to Support for Static Library(.a) Privacy Manifest
Our team uses a static library (.a) consisting of C and C++. Our team is developing static libraries internally and not sharing them to the outside. Should we still provide 'Privacy Manifest' in this case?? I added the contents of our team's static library (.a) to the app's 'Privacy Manifest' and there was no problem. Nevertheless, if I have to add it separately to the static library (.a), should I create a new framework project itself and not use the .a? Or can I just create a new framework and wrap the .a file??
1
0
916
Apr ’24