keychain Questions
2
Solved
I'm trying to generate a CSR in iOS. Since apparently the Apple security framework for iOS doesn't include methods for CSR generation I had to compile the OpenSSL source code for my project.
Now I...
3
Solved
I had application uploaded on apple store. Now I am developing update version. But instead on working on existing project, i created new project with different name. When i finished i changed name ...
Babbler asked 4/7, 2013 at 15:1
1
Solved
I need to update the kSecAttrAccessible of a keychain entry. I don't need to update the actual data, just the accessibility attribute.
First I try to find the item to make sure that my query dict...
Libeler asked 19/5, 2015 at 22:17
1
Solved
As you know that when we share data between two apps in iOS, we can use keychain. And iOS8 later, we can also use app groups to implement the same function;
My question is what's the difference bet...
Closefisted asked 25/5, 2015 at 13:56
2
I'm using KeyChainItemWrapper class, provided by Apple's Sample Code to save the authentication token to the keychain.
KeychainItemWrapper *keychain = [[KeychainItemWrapper alloc] initWithIdentifi...
Soakage asked 19/8, 2011 at 6:44
2
I’ve been successfully able to implement TouchID with keychain as well as Keychain Sharing (syncing keychain items between multiple devices) separately. When I try to do them both, I get an error “...
Pest asked 21/4, 2015 at 22:24
5
Solved
In my iphone app there is some confidential data like username, password and some urls to a webservice.
Which one is better NSUserdefaults or keychain.
Somebody says NSUserdefaults is insecure. Wh...
Knead asked 21/9, 2012 at 6:43
2
Solved
I am describing a problem for which it took me quite some time to learn the answer.
The "GenericKeychain" example is a good start at providing a wrapper for sharing keychain data between applicati...
1
Solved
In my application i'm using iOS keychain to store password, that's all. What should I answer on 2 questions about "Export Compliance — Encryption" at iTunes Connect?
Is your app designed to use c...
Daric asked 18/4, 2015 at 12:12
3
Solved
I have a very standard Rails 4 Application using Devise 3
I want to have the registration form to trigger password suggestions in the current (Mavericks) version of Safari:
iCloud Keychain is e...
Hydrogeology asked 13/11, 2013 at 17:2
4
Solved
I have a user pin stored in the iOS Keychain. For every pin attempt, I use SecItemCopyMatching to retrieve the reference pin, and then do the comparison.
The problem is that, for a short amount of...
3
Code Sign error: Multiple matching codesigning identities found: Multiple codesigning identities (i.e. certificate and private key pairs) matching “iPhone Developer: Coders (4B4R89J5KK43GU33E64I434...
Smail asked 17/12, 2014 at 6:40
1
Solved
I'm able to validate a user Touch ID successfully. However, what's the safest way to retrieve the user login and password to perform login once the touch ID authentication is successful.
For iTune...
1
Solved
I have an iOS app that stores an access token in the Keychain. In the last few months, I've noticed that around 2% of the users get an errSecItemNotFound when trying to retrieve the token.
All the...
Earleanearleen asked 20/1, 2015 at 16:3
3
I'm stuck converting the Keychain query result using Swift.
My request seems to be working:
let queryAttributes = NSDictionary(objects: [kSecClassGenericPassword, "MyService", "MyAccount", true],...
3
Solved
We've created an app in swift that uses keychain. The app works fine when run on a device or in the simulator but can't access the keychain when provisioned via Testflight unless provisioned to a n...
Bozeman asked 14/10, 2014 at 8:2
1
How to create a SecIdentityRef if you have a SecCertificateRef and Private Key in iOS?
I have a X509 certificate which is passed from server and an associated private key, but now I am struggling t...
3
I store username & password using keychain, sometimes when I tried to get the password of the username, it told me errSecItemNotFound.
I keep that the password is always existed in keychain, s...
3
Solved
I've been digging around Apple forums and SO for this issue to no avail. Using Apple's KeychainItemWrapper (ARCified), trying to set the kSecAttrAccessible attribute to anything except the default ...
Calvinism asked 24/9, 2014 at 23:43
2
Solved
I have on Mac 10.10.1 created certificate and I have in keychain access certificate with private key. On Windows I have to use this and I need .cert and .key file. How to export this certificate to...
Unison asked 1/12, 2014 at 22:22
2
Solved
Is it possible to update the value of the attribute kSecAttrAccessible of existing items in the Keychain? It seems that it cannot be changed after the item was added to the Keychain. The following ...
1
Solved
I’m writing an iOS app to share web page links by email, and as part of it I want users to be able to sign in to google plus. I’ve got the containing app working fine using the instructions from he...
Supercool asked 22/11, 2014 at 20:19
9
Solved
I hope to test my app on iPod Touch
I created development provisioning profile.
I dragged downloaded .mobileprovision file to Organizer
There is a yellow triangle warned that
"A valid signing id...
2
We have an iOS app that has been released. The IDE is XCode6. I want to add keychain sharing to access the sessionID that exists in the app from an iOS 8 share extension.
Problem is whenever keych...
0
I have a little puzzle to solve... Our app is crashing on launch (the dreaded badf00d error, it's taking more than 5 seconds to launch) but we are not able to reproduce the issue. I was able to get...
© 2022 - 2024 — McMap. All rights reserved.