keychain Questions

2

In order to share keychain information between applications, we needed to setup a shared keychain access group. Before the sharing would work correctly, both apps needed to have provisioning based ...
Ghostwrite asked 24/7, 2014 at 5:25

16

Solved

I had a Macintosh I used to develop iPhone apps with using Xcode 4. I now have a new Macintosh with a new install of... everything. When opening Xcode projects built on the old Mac, I cannot run th...
Wilcox asked 20/7, 2011 at 22:34

6

I have seen a few other questions that addressed this topic but none like mine. Yesterday I innocently added a device to the list of devices. Question: I am under the impression that once you add a...
Flaunt asked 10/4, 2012 at 15:22

1

I am using the keychain to store data on the local device but have decided to adapt it for use over multiple devices via iCloud. I have enabled the iCloud entitlement and created the necessary conf...
Madelinemadella asked 18/6, 2014 at 21:4

2

Solved

While exporting Code signing identity from Xcode 5, Preferences->Accounts I get the error upon saving "Could not export identity from the keychain". What can it be? Edit: The login.keychain is u...
Cental asked 26/5, 2014 at 8:46

7

Solved

I have installed github version 0.8.4, but when i try to fetch something from git, it is showing this message. Fetching all tracking branches from Queue-iOS completed successfully. command: git f...
Carnivorous asked 11/1, 2013 at 6:7

1

Solved

I'm trying to build & release an IPA and sign it with someone else's (The customer) .p12 file and a .mobileprovision. What I do not have is their apple developer account user and password comb...
Disinfectant asked 2/7, 2014 at 10:40

1

It seems that a keychain file (with extension .keychain) will usually have an invisible file associated with it, located in the same directory. This invisible file always has these properties: I...
Cartwheel asked 18/6, 2014 at 14:57

1

I am running Git on OSX Mavericks and have not had issues until now. What has changed is that I'm trying to use two Github accounts on different repos on the same computer. The problem is that the...
Hyatt asked 18/6, 2014 at 0:36

2

I am wondering which private key Keychain Access in Mac OS X (Snow Leopard, now Lion) uses. Whenever I create a CSR using that app, it does not even ask for a private key to use. So which one does ...
Ripe asked 30/10, 2011 at 19:41

3

Solved

I want to store some userinfo as a string in Keychain on iOS, so is there any length limit of the string in Keychain? Thanks.
Stereochrome asked 21/11, 2012 at 8:5

1

Solved

In an attempt to build an iOS project (in XCode), I need to import my colleague's public and private keys for the code signing identity, but I am unable to do so because I get an error in Keychain ...
Mysterious asked 8/5, 2014 at 13:29

3

Solved

I'm using the KeyChainItemWrapper from Apple's sample code to store user password for authentication, but when I call it to set the password: [keychain setObject:passwordField.text forKey:(id)kSe...
Kadner asked 29/12, 2011 at 7:38

4

Solved

I'm trying to set up continuous builds/integration for a stable of iPhone apps. I have: A dedicated Mac Mini. A user account named "build" Hudson set up as a LaunchAgent for build, by dropping a...
Romanism asked 21/1, 2011 at 22:29

1

Solved

This issue has been bugging me for a while, and I hope someone has insight as to the cause of this. Essentially, I have a small percentage of users who are unable to save/update items to the keycha...
Biddable asked 14/3, 2014 at 11:28

1

I've set up a keychain as follows: sudo /usr/bin/security create-keychain -p 'temporaryPassword' MyKeychain.keychain The keychain is present and working as shown by: /usr/bin/security show-keyc...
Singular asked 5/12, 2013 at 5:8

3

Solved

I am trying to use osx keychain with git, but when i enter sudo mv git-credential-osxkeychain /usr/local/bin and then my password i get the error: mv: git-credential-osxkeychain: No such file or...
Corabella asked 24/10, 2012 at 19:22

0

Does anyone know how to open the Local Items keychain (new in Mavericks) with SecKeychainOpen? There are certain entries in that keychain that I'd like to be able to ask the user permission to acce...
Lyingin asked 21/1, 2014 at 12:3

2

I have a problem . I am saving some critical information on device Keychain for my App, but when I uninstall the App and install it again, these data is still saved. How can delete these info...
Offensive asked 3/1, 2014 at 12:56

1

Solved

I have a certificate in my Keychain called "ghconduit.com" and I have no clue what it is used for. According to the WHOIS of the domain it belongs to GitHub but I can't find any information about ...
Fantasm asked 9/12, 2013 at 15:42

3

Solved

I am trying to switch on a certain keychain, and close another one. I need this because our enterprise & appstore identities are called the same. Right now, I do a "security unlock-keychain" f...
Wharfinger asked 16/12, 2011 at 14:50

0

I've been used keychain. And now, I'm trying to sync it via iCloud keychain. I got an exception result = SecItemUpdate((__bridge CFDictionaryRef)updateItem, (__bridge CFDictionaryRef)tempCheck)...
Euphonious asked 25/11, 2013 at 9:59

1

I am trying to write to the keychain in iOS and whenever I try to write to the keychain while testing on my device, I am getting the -50 error code as the result of SecItemAdd. I first tried to im...
Detour asked 30/6, 2013 at 9:44

13

I'm trying to setup an automated build server for an iPhone application. I'd like to be able to have nightly adhoc beta builds so that testers can follow the development. I've setted up xcode succ...
Sidoon asked 23/2, 2009 at 14:11

1

Solved

I am integrating code signing into our builds and have created a custom keychain which is held within the source code tree and used to sign the code (it's copied to ~/Library/Keychains before being...
Sabrinasabsay asked 4/10, 2013 at 14:17

© 2022 - 2024 — McMap. All rights reserved.