Post

Replies

Boosts

Views

Activity

Comment on xcode clang: error: "cannot specify -o when generating multiple output files"
@eskimo 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
Comment on Can i use c++ in swift app project
Is it okay to turn on that option if I use C and C++ together??
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on Can i use c++ in swift app project
Is it okay to turn on that option if I use C and C++ together??
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on xcode clang: error: "cannot specify -o when generating multiple output files"
@eskimo My colleague replied something new, I'd appreciate it if you could check it.
Replies
Boosts
Views
Activity
Mar ’24
Comment on Privacy Manifest Warning Email is missing SDKs
Apple will also know that it is very difficult to apply it in virtually all environments if it is forced to do so. Apple is telling us to apply the answers to the questions as much as possible, but I think it's designed to be solved by adding them to the app's PrivacyInfo for libraries that can't update.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on xcode clang: error: "cannot specify -o when generating multiple output files"
@eskimo 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
Comment on IS PrivacyManifest.xcprivacy still required for Framework even if no privacy accessed API is used?
In fact, the most obvious thing is to do the screening yourself. There is no problem with the screening even if you submit an empty menifest.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on IS PrivacyManifest.xcprivacy still required for Framework even if no privacy accessed API is used?
@DTS Engineer Apple Doc Do you mean that the SDKs listed here should also remove the empty 'Privacy Manifest'?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on How do I check if a version of an sdk I am using in my app uses a privacy impacting sdk?
@MrWizardCoder Did you also add content to the app's 'PrivacyInfo'?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on How do I check if a version of an sdk I am using in my app uses a privacy impacting sdk?
@MrWizardCoder Which version of Firebase do you use? Isn't 'PrivacyInfo' already added?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on How to send Push without sound and indication on iOS
Thank you for your response, I solved the problem using Silent Push.
Replies
Boosts
Views
Activity
Mar ’24
Comment on Do I also need PrivacyManifest for the .a library I made for internally use?
Thank you. I checked that adding content to the app's PrivacyInfo solves it.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Is the GLKit library Apple's?
Thank you.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Is there a reason why the colors are displayed differently in the mail related to Privacy Manifest?
@ProfessionalMat Yes, I am using Gmail. You may be right.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Do Static Libraries need a PrivacyInfo.xcprivacy file? or they use the App-Level one?
@TheDarkMatter When I tested it, if I write it at the app level, I don't get an e-mail. If I delete the contents of the API used in the static library at the app level, I received an e-mail.
Replies
Boosts
Views
Activity
Mar ’24
Comment on Do Static Libraries need a PrivacyInfo.xcprivacy file? or they use the App-Level one?
@TheDarkMatter Hello. Have you made any new updates to your project on this part?
Replies
Boosts
Views
Activity
Mar ’24