keychain Questions
3
Solved
My code is trying to access an HTTPS server and it has its own certificate. Example, the IP is "10.0.1.101".
If I go through Safari and access "http://10.0.1.101", everything's OK. I do a simple c...
6
August 13th, github no longer accepts password for git actions. So, to update the token, I would have to change the password field in the keychain (github keychain) to token as recommend.
But, Unfo...
20
Solved
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 ...
16
I've consulted many sources out there and still can't figure this out.
http://code.google.com/p/apns-php/wiki/CertificateCreation
Basically after I download the Development Push SSL Certificate f...
Sextant asked 30/1, 2013 at 21:33
5
Solved
I have a private repository on my personal Github account that I work on from time to time, but not on a daily basis.
The repository has been cloned using HTTPS (not SSH or git://).
In order to ...
Illicit asked 7/6, 2017 at 5:11
5
Solved
I am struck with a problem. I installed the p12 certificates once into a MacBookPro and then deleted it, now when I am again trying to install it. Keychain is simply not accepting the certificate f...
Garrettgarrick asked 20/5, 2011 at 18:57
6
Solved
I have tried a lot of options, but can't find the solution for this problem. I created a Core Data file and named the entity Account, Created an string attribute called username. Then edited the cl...
Copaiba asked 9/12, 2013 at 13:59
5
Solved
This happened overnight. Yesterday I was able to work on my .NET Core we application. Now every time I try to do a dotnet run I get the following error in my cmd line:
As you can see, I tried ru...
Asafetida asked 25/1, 2019 at 18:38
8
Solved
Starting with macOS Sierra, I can't import a codesign-identity into a keychain with /usr/bin/security any more without usr/bin/codesign UI-prompting for access when using this identity. This breaks...
Newsmagazine asked 5/10, 2016 at 8:7
3
This is becoming even more important now with the new 2-factor authentication, as one has to create a new token each time a password is required on the terminal. Basically, I'm looking for an equva...
3
I’m running a script to generate an ipa file from Xcode. While invoking the xcodebuild a prompt is displayed saying
macOS wants to make changes. Enter an administrator’s name and password to allow...
Spirograph asked 1/12, 2020 at 9:45
1
1
I am trying to store my app data on Google Drive and iCloud based on user device.I don't want to use Async Storage ,redux state neither I want to store data on my server cloud i.e. AWS. Basically I...
Hayott asked 12/11, 2019 at 14:31
0
I want to use the Github Action to archive my swift project.
Here is the Github Action yaml:
name: macos_deploy
on:
push:
# tags: [ release* ]
jobs:
macos_deploy:
runs-on: self-hosted
step...
Disown asked 2/2, 2022 at 1:20
0
I'm using GPG Suite with macOS Monterey, in order to save a GPG key's password, so that I can make verified git commits.
Problem:
Currently every time I make a verified commit (git commit -S -m &qu...
2
I have a python script which I am executing through a shell script for some reason(not important here). In my script I am basically fetching some url content and sending emails to a specific people...
10
Solved
Well, I've got my Developer Certificate linked with it's private key. Works Fine.
I've downloaded my iOS Profile of distributor, but it says Valid signing identity not found.
So I checked my cert...
12
Solved
Am landed with following error "“System Roots” keychain cannot be modified" when I double tap the certificate. After googling I come to know that drag and drop the certificate is th...
Hazaki asked 23/3, 2011 at 5:6
3
Solved
Issues were encountered After creating both a Development SSL Certificate, as well as a Production SSL Certificate. In case you're struggling with the procedure, I found this link to be quite helpf...
Rung asked 16/10, 2015 at 6:14
5
I understand I can share data between my share extension and its containing app by enabling app groups and using NSUserDefaults (see Sharing data between an iOS 8 share extension and main app).
Ho...
Hospitalet asked 1/11, 2014 at 22:27
1
I grabbed code off Stack Overflow to access some web browser passwords. It works great as long as the passwords are in the login keychain. At some point, the particular account I am interested in g...
2
Solved
I have this code getting back a password from the keychain for a given username NSString:
NSError *error = nil;
NSString *appName = [[[NSBundle mainBundle] infoDictionary] objectForKey:(NSString*)...
Buyers asked 15/3, 2012 at 16:27
4
I am trying to sign an iPhone app for publishing, so I am following the instructions to do so. Anyhow, when creating my Certificate Signing Request I get this error from Keychain Access: "A default...
10
Solved
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 key...
2
Solved
The Story So Far
Four months ago, I posted this question because the upgrade to iOS 13 was breaking my keychain-related code.
My code stores the user's password in the keychain using class kSecCl...
© 2022 - 2024 — McMap. All rights reserved.