Post

Replies

Boosts

Views

Activity

Reply to Why is the url passed in in NSFileProviderExtension:itemChangedAtURL different from NSFileProviderExtension:startProvidingItemAtURL?
To answer my own question it looks like the solution is to always use NSString stringByResolvingSymlinksInPath to resolve any symbolic links before trying to compare paths. My '_myRoot' contained a symbolic link because the path to the shared group folder returned by [[NSFileManager defaultManager] containerURLForSecurityApplicationGroupIdentifier: group_id] contains symbolic links.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’21
Reply to What is the proper way to export a certificate sing the commandline tool 'security'?
I have figured out what my problem was here. The reason for the error from:security set-key-partition-list was that the certificate did not include a private key. As for how to use security to export a certificate: in my case the answer is don't. Use openssl to generate the .p12 certificate file: openssl pkcs12 -export -out afile.p12 -inkey privte.key -in certificate.pem
Topic: Privacy & Security SubTopic: General Tags:
Feb ’22
Reply to Not able to delete In App Purchase From App Store Connect
I am having trouble removing an app. The support seems to reply as an bad AI, they dont read my text in full and seem not to look at the screenshots i provide. I have an app that DOES NOT have in-app-purchases, but when i want to tremove the app, an error message shows that i need to remove the in-app-purchases first. Upon reviewing my in-app-purchases site, it clearly says that i have none. Support and help at its finest.
Feb ’25