keychain Questions
4
Solved
I am using SecItemCopyMatching to access the iOS keychain. About 1 in a hundred times I get a -34018 result code right after relaunching the app from the background. The documentation states:
Th...
Olympian asked 20/4, 2015 at 6:47
3
I am running the GooglePlusPlatform Sample Code provided by Google to learn about its SDk. However, when I run the application and click on the sign-in button it generates an error as:
Error Do...
Juliojulis asked 29/9, 2014 at 7:28
2
When I try to add the item to Keychain i found this crash on iOS10
*** Assertion failure in -[KeychainItemWrapper writeToKeychain]
On iOS 9.3 I write the key in the keychain without problem
Thanks...
Tannertannery asked 18/9, 2016 at 18:13
1
Solved
I have an iOS application project with 2 separate targets. For example target A and target B. Now in xCode8 when I turned keychain sharing to ON the Xcode generates two A.entitlements and B.entitle...
Drowsy asked 11/9, 2016 at 14:32
3
I need to sign requests before sending it to backend server. However the private key is given to me. So I need to import it and then use it to sign. I am able to import and sign in but that data is...
Supportive asked 28/10, 2012 at 3:52
1
Solved
In iOS 10 and xcode 8 when I try to sign in to google services I get
"keychain error"
func sign(_ signIn: GIDSignIn!, didSignInFor user: GIDGoogleUser!, withError error: Error!){
if error != ni...
Triennium asked 7/8, 2016 at 9:30
3
I have been using SSKeychain open source library for storing the data securely in my iOS app. Yesterday, I face an issue: SSKeychain wasn't able to retain its data when I updated my app from v1.0 t...
Stenotype asked 7/2, 2014 at 12:47
5
Solved
I just signed and created a certificate with keychain access, then in the developer portal I click certificates->developer->+ and when I am prompted for What type of certificate do you need? under ...
1
Solved
So I seem to be having some issues getting this value from the Keychain.
This is what I am using to save the password. This is called on the second view controller.
do {
try Locksmith.updateDat...
11
Solved
I am currently using Instruments via a bash script to initiate the command-line interface to start up runs of the Automation plug-in.
With 4.2, this worked well enough, however with the upgrade t...
Pronuba asked 28/2, 2012 at 3:53
1
Solved
How to simply store a String in Keychain and load when needed.
There are several SO solution which mostly refers to Git repo. But I need the smallest and the simplest solution on latest Swift...
1
I'm using the ios keychain (keychainItemWrapper / SSKeychain) to store my app's login token and maintain logged in state. Currently I store a simple NSDictionary in the keychain containing my token...
Gabi asked 16/5, 2016 at 12:58
2
Solved
I'm using the ARCified version of KeychainItemWrapper available at github, and I can't get it to store both email and password.
KeychainItemWrapper *keychainItem = [[KeychainItemWrapper alloc] ini...
Enfeoff asked 27/3, 2012 at 8:44
1
Solved
I would like to check if a user has iCloud Keychain enabled on an iOS device, in order to prompt them if they haven't so they can switch it on to allow sync of data.
Can anyone advise me how to ach...
5
Solved
I'm having trouble converting all of the Objective C code samples that are available for adding data and querying data from the iOS Keychain into Swift. I'm trying to do a basic storage of a string...
Leid asked 20/6, 2014 at 9:39
3
When building projects in MonoDevelop on the Mac, I get the message "MAC OS X wants to make changes.Type an administrator's name and password to allow this. MAC OSX wants to use system keychain."
...
Uniformitarian asked 12/11, 2012 at 9:20
1
I am making an application framework for the enterprise environment which involves data sharing between two or more applications from the device memory. This data needs to be stored on the device a...
Crumley asked 30/3, 2016 at 7:43
1
Solved
I tried to clean my keychain because there are many certificates in it.
When I opened the private key section, I found there are too many of the same key.
Can I delete them? I don't know what th...
3
Solved
I am using El Capitan and Xcode 7.1 , I am trying to build and archive my application to upload to app store . After compiling this alert pops up :
but Always Allowand Allow buttons do not work a...
Faludi asked 12/11, 2015 at 9:3
3
Solved
Since the Apple Worldwide Developer Relations Certification Authority expired on February 14th, I need to install the new one. In order to do so, I have to delete the old one from both System and L...
Expeditious asked 17/2, 2016 at 9:50
2
Solved
Note this question is was asked in 2001. Things have changed.
I have an iOS device that needs to access a Junos VPN. The opaque instructions from the Junos admin say that I have to retrieve a cert...
Gnotobiotics asked 7/12, 2010 at 16:19
2
I have a cert in a key chain that contains a private key. I'd like to add an application to the access control "white list" for that key. I know how to do this using the graphical key chain tool, b...
Outbound asked 13/7, 2012 at 14:44
3
Solved
I do have private key(my_ca.key) and public key(my_cert.crt) which is signed by DigiCert. Now I want to generate the SSL certificate (version 3) and sign it by my private key . Here is the way I tr...
Dactylography asked 5/3, 2015 at 23:54
1
Solved
The certificate has an invalid issuer
Apple Certificate for IOS and Mac is not working all show they are expired but they not expired.
1
Solved
Keychain shows all the certificates as Invalid in my keychain suddenly, as it working before 2 days and i also check in Developer portal and it shows valid there. It marks each and every cert...
Platinumblond asked 15/2, 2016 at 6:32
© 2022 - 2024 — McMap. All rights reserved.