Post

Replies

Boosts

Views

Activity

Reply to Creating new keychain for mac os app
I need a keychain which can be accessed throughout all users What i meant is, items added in my keychain should be accessible from any user. If i add items in login keychain this is not possible, right? I finally decided to go with security command line tool . Thanks for the response.
Topic: Privacy & Security SubTopic: General Tags:
Jul ’21
Reply to Creating new keychain for mac os app
Thanks for the response. kSecUseDataProtectionKeychain only available above mac OS 10.15+. I plan to implement in lower version too. What i really need is a separate keychain which is accessible to my app only (unlocked by password provided while creating keychain). Suppose i create a keychain with security command, am i able to use that keychain with Keychain API? I don't want to store in login keychain as it is not accessible for all user. I need a keychain which can be accessed throughout all users, like System keychian. Can I create a keychain in /Library/Keychains ? Help if this is possible.
Topic: Privacy & Security SubTopic: General Tags:
Jul ’21
Reply to Certificate Trust Failing in Latest OS Releases
As per mentioned thread, is it possible to trust certificates and identities that comes along with p12 certificates through MDM?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to Notarization Failure. HTTP status code: 401
@ryanollos Did you create Individual API Key or Team Key?
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Notarization Failure. HTTP status code: 401
Recently I got a message from my organization saying "All apple accounts needs to be managed by them". As part of that I transferred my account and was needed to change the country. Can this cause any issues in notarization?
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Notarization Failure. HTTP status code: 401
Yes. I'm a member of Apple Developer Program
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Creating new keychain for mac os app
I need a keychain which can be accessed throughout all users What i meant is, items added in my keychain should be accessible from any user. If i add items in login keychain this is not possible, right? I finally decided to go with security command line tool . Thanks for the response.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Creating new keychain for mac os app
Thanks for the response. kSecUseDataProtectionKeychain only available above mac OS 10.15+. I plan to implement in lower version too. What i really need is a separate keychain which is accessible to my app only (unlocked by password provided while creating keychain). Suppose i create a keychain with security command, am i able to use that keychain with Keychain API? I don't want to store in login keychain as it is not accessible for all user. I need a keychain which can be accessed throughout all users, like System keychian. Can I create a keychain in /Library/Keychains ? Help if this is possible.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’21