1,983 questions
2 votes
1 answer
66 views
Saving password in passwords app is NOT working if I have password and confirm password textfield Swift IOS 26
I am implementing a "save password" feature on sign up, where I have 3 text fields: Username, password and confirm password. My problem is if I remove "confirm password" text field,...
-1 votes
1 answer
65 views
MacOS keychain access group failing with kSecUseDataProtectionKeychain
I've been using a Mac keychain access group so that my main app and helper app can share common user settings and keychain items. This appears to have been storing and reading data in the main app ...
1 vote
0 answers
42 views
How can I know what encoding to use when reading & writing CFDataRef entries to macOS Keychain via the C-based SecItem API?
I'm writing FFI bindings to macOS' C-based Keychain Services API for use in a plugin. The Keychain Services API takes CFDataRef values, which allows storing arbitrary bytes to the Keychain, but the ...
0 votes
1 answer
93 views
Electron app in Automatic Assessment Configuration always prompts for "login" keychain on macOS, how to stop it?
I'm trying to ship an Electron / macOS desktop app that must run inside Automatic Assessment Configuration. The build signs and notarizes successfully, and assessment mode itself starts on Apple-arm64 ...
0 votes
0 answers
63 views
Core Data encryption using key that store in the keychain
I'm using Core Data in my iOS application, and I want to encrypt some string properties using AES with a key that is generated and saved in the keychain. I'm using ValueTransformer to encrypt/decrypt ...
1 vote
0 answers
57 views
Codemagic keychain initialize requires write permission in Library/Preferences
I'm following the ios documentation for flutter to automate TestFlight deployments via Codemagic CLI tools. It works locally or via SSH terminal. The doco says to run keychain initialize. keychain ...
0 votes
0 answers
24 views
Problems with new Developer ID certificate
My Developer ID certificate will expire in few days, so I downloaded and installed new certificate in the login keychain. However my key is still linked to my old certificate. I have my .p12 file but ...
0 votes
1 answer
276 views
Configuring keychain sharing in a .NET MAUI iOS app
I have several old (objective c and swift) apps that use a shared keychain (for storing login information). I am rewriting one of these older applications using .NET MAUI. I am having problems ...
2 votes
1 answer
282 views
react native key chain error- Cannot read property 'setGenericPasswordForOptions' of null
I need to implement face id in iOS and finger print in android after signup process. Means, I need the app to first check for face id recognition feature in the device and if it seems that feature not ...
0 votes
0 answers
74 views
How to present the "always allow" button when typing credentials to access system keychain
I'm developing macOS application that uses NSURLSession to sent remote https requests. Some connections uses client-side authentication as part of the tis flow and I've coded a non-default behavior to ...
3 votes
2 answers
101 views
iOS Flutter App Directly Opens Home Screen After Reinstall
Problem: While developing my Flutter app for iOS, I encountered an issue where, if a user uninstalls the app while logged in, upon reinstalling, the app would skip the login screen and directly ...
0 votes
0 answers
36 views
Unable to add custom keychain into the list using Jenkins freestyle project
I am trying to add a custom keychain (ios-build.keychain-db) into the list of keychains, but after adding I don't see it (with command: security list-keychains). I also tried to set it default ...
0 votes
0 answers
50 views
React Native Access/Refresh Token Storage
We have been storing our access token and refresh tokens in keychain, but there has been some errors with saving and getting the keychain which affected my user experience. This cause quite a few ...
0 votes
1 answer
86 views
Unable to fetch key from Keychain in Swift
I am saving a private key to keychain and now want to retrieve it but some how not able to do it. Following is my code: public func storeKeyToKeychain(_ key: SecKey, tag: String) -> Bool { let ...
0 votes
0 answers
79 views
iOS generating invalid signature with SecureEnclave protected key pair
I'm facing an issue with 0.01% of user base having problems generating signature. Basically, they are able to generate key pair but the resulting signature is invalid when validated with the public ...