Post

Replies

Boosts

Views

Activity

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
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 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 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.
Replies
Boosts
Views
Activity
Feb ’25
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:
Replies
Boosts
Views
Activity
Feb ’22
Reply to How can I remove an uploaded build with a bad build number?
I have decided to get around this problem by going with the flow and changing my CFBundleVersion to a simple integer value.
Replies
Boosts
Views
Activity
Jan ’22
Reply to Upload macOS application to Apple Store
I have the same problem. Did you find the cause?
Replies
Boosts
Views
Activity
Jan ’22
Reply to Why is my fileprovider location in the files app grey (inactive)
As mentioned in this thread The typeIdentifier for the root container must be set but it must also be writable or the files app will not be able to copy files into your container even if sub folders are writable.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’21
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:
Replies
Boosts
Views
Activity
Sep ’21