keychain Questions

1

Solved

I'm using Password Autofill feature in the iOS app. I've set the needed textContentType properties to username and password respectively. Also, I've enabled iCloud Keychain in the iOS settings. T...
Detinue asked 26/3, 2018 at 13:3

2

I have recently gone through an extremely arduous process to build something that should be very simple yet appears to be essentially un-findable in any one place. I’d like to try to put everything...
Askins asked 8/3, 2016 at 14:52

2

I get the following error while I try to push my code to github using Sourcetree: Pushing to http://github.myOrg.com/my-repo/my-proj.git 2014-09-23 13:05:20.500 git-credential-sourcetree[6744:507]...
Fuentes asked 23/9, 2014 at 19:49

1

Solved

I'm trying to use gdb on Mac OSX High Sierra. I installed version 8.01 using brew (the latest version 8.1 actually has a separate, unrelated error), and am having trouble with the codesign step. I'...
Amphitropous asked 9/3, 2018 at 0:47

2

Solved

After build my app, I got error with codesign wants to access key "access" in your keychain and multiple popup as shown in screenshot attached: I would like to ask how to fix this error? After e...
Windywindzer asked 8/11, 2017 at 2:11

2

Solved

I am playing with idandersen's scifihifi-iphone code for keychain and came across the following behavior - I set the password using, say [SFHFKeychainUtils storeUsername:@"User" andPassword:@"123"...
Pinfeather asked 8/9, 2010 at 20:10

1

XCode has an "Automatic Profile Selector" under "Code Signing Identity" in "Build Settings". Having 2 "iPhone Developer" certificates in the keychain,doesn't appear like there is a way to steer XC...
Nougat asked 22/5, 2012 at 9:43

0

In one of my iOS app, I am seeing multiple crashes while accessing the Keychain (in both cases i.e. setting an item & getting an item) and the error code is 25308. Few details: 1) I am using a...
Whereabouts asked 2/1, 2018 at 21:50

1

I have a couple of Jobs that pull code from bitbucket and build it in jenkins. I'm using Git plugin to specify the repository URL + the git credentials. Even though I set the credentials in each J...
Dialyze asked 25/12, 2017 at 7:7

3

I'd like to use the Mac KeyChain to store some username/password combinations for my Java Swing application to use to connect to external services on behalf of the user. I have found a few source...
Scranton asked 28/7, 2011 at 5:31

1

Solved

I'm new to iOS development and today I tried to check my app on my iPhone and tried to build it for the device. So when I clicked on build, it asked to type my password to let codesign to access ke...
Prinz asked 12/12, 2017 at 10:46

1

This is the first question I've ever posted. I am trying to run an Xcode 9.0.1 project on an iPhone 6 Plus and these three errors come up: Code Signing Error: The user name or passphrase you en...
Enlistment asked 23/10, 2017 at 4:19

1

I have a few unit tests to verify that the way I work with Keychain is correct and data are in same form when I load them. Tests were running ok until update to XCode 9. At the moment, KeychainSer...
Phoenix asked 16/10, 2017 at 9:13

1

Solved

I have forgotten my root mysql password. However, it is stored in MysqlWorkbench. Is there any way to get it back? Thank you.
Protist asked 12/10, 2017 at 23:19

0

If a backup to iCloud is made from one device then restored onto another device then items stored in the keychain aren't restored. This isn't what was expected, AFAIA a "ThisDeviceOnly" access sett...
Mellon asked 5/10, 2017 at 2:36

1

Solved

I'm getting this error when I try to fetch the previously chosen private key when I recreate the activity after rotating the screen. I've seen this question here, which suggests that choosePrivat...
Bollen asked 22/9, 2017 at 11:6

2

Solved

Since I'm using Xcode 9, all unit tests communicating with keychain are broken. It also happens with Xcode GM. As I traced, there is no OSStatus errors while reading and writing but reading from ke...
Dickson asked 19/9, 2017 at 11:35

3

Solved

I am new to objective C, I have created one application in that I have used both NSUserDefault and Keychain to store my user name and password. But I cant differentiate both. Please help to differe...
Typhus asked 23/8, 2012 at 11:3

1

I am getting an 'invalid issuer' error when trying to access a local site. As can be seen in the screenshot, the root CA certificate has been imported and trusted. So, why do I still get this error...
Carilyn asked 16/5, 2017 at 13:56

7

Solved

I'm working on updating an iPhone application with a minor change in its default configuration. It's been awhile since I've built it last, though, and so I've upgraded Xcode to 4.2 and included iOS...
Aphaeresis asked 3/11, 2011 at 1:14

4

Solved

When I updated my mac to macOS Sierra 10.12.1 time of running application on real device significantly increased. "Run custom script 'Embed Pods Frameworks'" and "Copy Swift standard libraries" ta...
Turpitude asked 26/10, 2016 at 9:1

2

Solved

Is there a way to determine if an item (password, token, etc.) has been set in the iOS keychain using Touch ID access control without prompting the user for Touch ID? We have a need to determine if...
Diabetic asked 10/12, 2015 at 17:11

5

I am using keychain in my app and I get this error when run app as AdHoc. It doesn't appear when I run it with debugger (with developer provisioning profile). If app has already been installed on t...
Bridegroom asked 29/11, 2011 at 8:43

2

I am able to create a public-private keypair using SecKeyGeneratePair [Apple CryptoExercise]function. Q1. The keys in the keychain appear as without displaying any name. How can we add a friendly...
Tapestry asked 7/6, 2015 at 2:3

4

Solved

I'm looking for something like the Keychain on the iPhone, but for Android development. Something that gives me the capability to save small key-value pairs that are persistent and unchanged even i...
Scleroma asked 9/3, 2010 at 17:58

© 2022 - 2024 — McMap. All rights reserved.