keychain Questions

2

Solved

I am trying to implement keychain sharing using KeyChainAccess. I have build two very basic applications: App One that writes a string to a shared keychain, and App Two that reads the data from the...
Sulphurize asked 3/4, 2020 at 8:27

1

Once I import *.cer files that I got by sending a CertificateSigningRequest.certSigningRequest to Apple I can export them as one Certificates.p12 (Personal Information Exchange) which contains all ...
Thyratron asked 29/1, 2022 at 7:26

2

Background: I have 2FA set up in my Github account. I cloned a repo using https. I am trying to use git credential helper to store the github creds (username and Personal Access Token) so that I do...
Beforehand asked 20/9, 2018 at 15:15

4

I had just moved from Android Studio to Visual Studio Code. I'm using Firebase in my app which I debug by running it on MacOS. Every time I do "Start Debugging" on VS code, I get this dia...
Abdominal asked 14/11, 2020 at 21:42

2

I have private key and certificate in system keychain and I want to access it using CodeSign so it needs to be unlocked. if I try to unlock login keychain using below script then no problem secu...
Couching asked 7/4, 2016 at 11:53

2

Solved

I have some code that stores data in keychain. The code is working during unit testing. The value that I store is Data However, when I specify kSecClass : kSecClassGenericPassword, I get OSStatus...
Obaza asked 1/4, 2019 at 13:24

5

Solved

The documentation for the Keychain Services API leaves a bit to be desired. One thing that I can't seem to locate are details on accessing the Secure Notes that the Keychain Access app lets you add...
Rumble asked 13/3, 2014 at 6:18

7

I'm looking for a way to dump (export) the contents of an OS X keychain into a file that I can easily process elsewhere, such as tab-delimited plaintext or something of the sort. The Keychain Acce...
Dormitory asked 4/4, 2009 at 13:37

8

Solved

I just installed a new iPhone Distribution certificate that was exported as a .p12 from someone else's computer. When I try to archive with a provisioning profile that's tied to this new certificat...
Haiphong asked 29/10, 2020 at 17:32

34

I'm trying to learn to load apps on my iPhone from Xcode. When I do I keep getting "Codesign wants to access key "access" in your keychain, I put I my login password but it keeps popping up over an...
Reliable asked 16/10, 2017 at 15:36

4

Solved

After creating a personal access token, how do you unset any existing authentication and use the token in the macOS terminal? I tried running osxkeychain command git config --global credential.help...
Inutility asked 22/5, 2021 at 5:23

4

I've been in searching where keychain stores either secure enclave or any other, I found many articles (one of this stackoverflow answer) which says following but I'm looking for some Authenticated...
Zouave asked 8/12, 2016 at 12:21

3

Solved

I have a local domain (markfisher.local) for which I have made a self-signed certificate that I have added to the Certificates in Keychain Access (I am using Mac). This results in the certificate b...
Sarmatia asked 14/1, 2020 at 16:38

2

I need to disable the git credential helper for OS X: git-credential-osxkeychain I'm using git as installed by Xcode Command Line Utilities 4.6.2 in OS X Mountain Lion 10.8.3. In this installatio...
Ajani asked 27/4, 2013 at 18:41

2

Solved

I have a ReactNative app (only published for iOS) which uses ExpoSecureStore to put and read values from iOS Keychain. I am transitioning to Flutter and I need to keep the users logged in, i.e. to...
Dragon asked 16/3, 2020 at 9:43

11

I have a self-signed certificate at the endpoint of my API. I'm trying to test some things using the simulator but am getting "untrusted server certificate". I have tried to use safari on...
Cheremkhovo asked 8/2, 2010 at 5:12

4

Building a new Jenkins for an iOS app CI story. I created a keychain named build in KeyChainAccess to hold the dev certificate. I set a password for the keychain. On Jenkins, Manage Jenkins --&...
Equitation asked 20/2, 2016 at 0:23

2

I have been generating Distribution certificates on Apple developer portal from the last 4 years but this time I am facing an error while uploading .certSigningRequest file. I have created it like...
Onset asked 27/4, 2016 at 16:30

4

Solved

I'm having issues with keychain on iOS 10 devices. Failed to retrieve saved users, only happens with iOS 10 users, authentication is with Firebase. This is the error: Error loading saved user wh...
Hahnke asked 20/9, 2016 at 14:50

4

I have two different github accounts and two repositories. When cloning the repositories I have used the correct username. But When I want to commit I am not able to choose between the users. It p...
Squiggle asked 8/1, 2015 at 12:45

15

Solved

When I run my app into my iPhone I get this Warning: unable to build chain to self-signed root for signer "". My application Installed in iphone but it closed suddenly.
Pessimist asked 15/11, 2017 at 12:27

4

Solved

How do I obtain a Certificate Signing Request? All I'm trying to do is get my app running on my ipod touch. This was easy as I could just go to the IOS development portal and just download one, no ...

20

Solved

Using Xcode 9.1, after building an iOS app, I want to archive it and upload it to the appStore for beta-testing. But I get the following issue after clicking the button Upload to the App Store... a...
Raseda asked 13/11, 2017 at 3:43

14

I have created certificate to enable Push Services in my app, but every time I try to add certificate in my Keychain, after adding certificate it shows me following error: This certificate has an ...

2

On a new mac, I installed xcode and needed to set up provisioning for a hello-world project to deploy to my iPad. NOTE: I am using the new FREE provisioning (do not have a paid Apple account) I...
Sloe asked 12/2, 2018 at 18:7

© 2022 - 2024 — McMap. All rights reserved.