Post

Replies

Boosts

Views

Activity

Reply to Privacy manifest missing in third-party SDK used in App
SwiftyJSON has fixed this issue. Check out the latest updates. If there are more libraries that have been interrupted, you should check. 1. Verify that the library requires PrivacyManifest. you submit the app where the library was used to TestFlight for verification. Apple will send you an email if you have any issues. If you don't have an app, check out the library yourself. 2. If you don't have anything to write about, you don't need PrivacyManifest. 3. If you need to fill out something in the Library PrivacyInfo, choose from the following methods. Keep in touch with your library developer for updates. Fork the library to add PrivacyInfo. In the app's PrivacyInfo, type the type that the library has. I think the third method would be the simplest.
Topic: Privacy & Security SubTopic: General Tags:
Mar ’24
Reply to xcode clang: error: "cannot specify -o when generating multiple output files"
@eskimo Thank you for your response. We are making navigation apps and there are two projects. Both have engine part, one c based, the other c++ based. We don't know if c or c++ has something to do with this error, but only c++ project makes this errors. They are iPhone/iPad apps, and yes, they are XCode projects. Since it's a big project, we didn't try making a new project yet.
Mar ’24
Reply to How do I check if a version of an sdk I am using in my app uses a privacy impacting sdk?
Apple began sending emails on March 13, 2024. Submission to launch the app Submission to use external TestFlight In my experience, if there is a PrivacyManifest problem in the above situation, an e-mail was sent within 5 minutes. (You can see that you will receive an e-mail almost at the same time as you submit it.) The best way is to submit it to an external TestFlight while changing the build.
Topic: Privacy & Security SubTopic: General Tags:
Mar ’24
Reply to Crash on [WKWebView initWithFrame: configuration:]
@jumping_frog Same here, I'm having issues after the update. I have a problem with iOS 17.5.1. I think this is a bug.
Replies
Boosts
Views
Activity
May ’24
Reply to Privacy manifest missing in third-party SDK used in App
SwiftyJSON has fixed this issue. Check out the latest updates. If there are more libraries that have been interrupted, you should check. 1. Verify that the library requires PrivacyManifest. you submit the app where the library was used to TestFlight for verification. Apple will send you an email if you have any issues. If you don't have an app, check out the library yourself. 2. If you don't have anything to write about, you don't need PrivacyManifest. 3. If you need to fill out something in the Library PrivacyInfo, choose from the following methods. Keep in touch with your library developer for updates. Fork the library to add PrivacyInfo. In the app's PrivacyInfo, type the type that the library has. I think the third method would be the simplest.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Privacy manifests for app vs for third party SDKs
Apple says you need to add it to both the app and the library. But I think there must be a situation where that's not possible. I tested it. Even if you don't add PrivacyManifest from the library, adding content to PrivacyManifest in the app will fix the problem.
Replies
Boosts
Views
Activity
Mar ’24
Reply to xcode clang: error: "cannot specify -o when generating multiple output files"
@eskimo Thank you for your response. We are making navigation apps and there are two projects. Both have engine part, one c based, the other c++ based. We don't know if c or c++ has something to do with this error, but only c++ project makes this errors. They are iPhone/iPad apps, and yes, they are XCode projects. Since it's a big project, we didn't try making a new project yet.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Privacy Manifest Warning Email is missing SDKs
Did you add PrivacyInfo to the app?? Is the API of the SDK that you didn't write the same as the API that you used in the app?? Is the commonly used SDK in the list using the Required Reason API??
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to privacy manifest for static library framework
@DTS Engineer If I test it Even if I set up "Mach-O type build settings for static libraries" If I don't set the 'Embed' option in my app, I won't recognize Privacy Manifest.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Adding privacy manifest blocks BLE communication at background when there are multiple reader
I'm just wondering. Was there anything about BLE in 'Privacy Manifest'??
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to How do I check if a version of an sdk I am using in my app uses a privacy impacting sdk?
Apple began sending emails on March 13, 2024. Submission to launch the app Submission to use external TestFlight In my experience, if there is a PrivacyManifest problem in the above situation, an e-mail was sent within 5 minutes. (You can see that you will receive an e-mail almost at the same time as you submit it.) The best way is to submit it to an external TestFlight while changing the build.
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??
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
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 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 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 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 Privacy Manifest Third-Party SDK
@cabralcole What library are you using?
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