missing private key in the distribution certificate on keychain

I have the following problem which I could not find a solution for anywhere. Basically, we have a company developer account (not enterprise) and so in order to submit our app, I requested from our team lead to send me the distribution certificate and create and send me a distribution provisioning profile. With the developer … Read more

Xcode 4 – “Valid signing identity not found” error on provisioning profiles on a new Macintosh install

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 the app on the iPhone that was configured as a development iPhone. Xcode 4 organizer tells me … Read more

Delete keychain items when an app is uninstalled

I am using idandersen’s scifihifi-iphone code for keychain and save password using [SFHFKeychainUtils storeUsername:@”User” andPassword:@”123″ forServiceName:@”TestService” updateExisting:YES error:&error]; When I delete the application from the device, the password remains in the keychain. I want to remove the password from the keychain when the user deletes the application from the device. How can I do this? … Read more

iOS: How to store username/password within an app?

I have a login-screen in my iOS app. The username and password will be saved in the NSUserDefaults and be loaded into the login-screen again when you enter the app again (of course, NSUserDefaults are permanent). Now, the user have the possibility to disable the username/password saving feature. So the NSUserDefaults will be cleared then. … Read more

Codesign wants to access key “access” in your keychain, I put in my login password but keeps asking me

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 and over. I’ve tried my computer login so many times, apple account password, and many others. … Read more

This certificate has an invalid issuer Apple Push Services

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 invalid issuer 13 s 13 If you got here from the Fastlane then this snippet might fix your CI deployments. Execute … Read more

How to convert SSH keypairs generated using PuTTYgen (Windows) into key-pairs used by ssh-agent and Keychain (Linux)

I’ve generated key pairs using PuTTYgen and been logging in using Pageant, so that I have to enter my pass-phrase only once when my system boots. How do I achieve this in Linux? I’ve heard of keychain but I hear that it uses a different key pair format – I don’t want to change my … Read more