keychain Questions

2

Solved

I deleted all my certificates and private keys, because I want to do totally fresh install. Now I cannot create CSR because I get error The user name or passphrase entered is not correct Steps...
Melissiamelita asked 23/1, 2018 at 10:47

6

Solved

You might think, not again such a question where are already thousands of topics about. However, I've not been capable of finding the answer I needed to fix this problem. None of these topics go as...
Kind asked 28/2, 2013 at 14:46

4

Solved

My question concerns keychains in iOS (iPhone, iPad, ...). I think (but am not sure) that the implementation of keychains under Mac OS X raises the same question with the same answer. iOS provid...
Lowestoft asked 23/7, 2012 at 14:0

1

Solved

As you know, getting a unique ID in iOS devices is banned by Apple. But sometimes we need to identify devices, for example, got bonus when the app first installed with the only once user. We don't ...
Horntail asked 2/3, 2020 at 9:0

7

I can Archive and Publish an app in debug mode, but when switched to App Mode i get the following error: /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets: ...
Moneybags asked 18/9, 2015 at 8:53

1

Solved

Trying to setup jenkins for AdHoc Distribution, tried by using homebrew, mountain lion with xcode 5. Also tried using Jenkins App Following is the error returned by jenkins Code Sign error: No ...
Streamer asked 20/1, 2014 at 9:47

0

I'm trying to run my VPN iOS application on Mac OS platform with Mac Catalyst. My code is work on iOS applications but somehow it's not working on Mac OS. VPN is not connect. But seems available ...
Vitellus asked 24/1, 2020 at 8:34

1

Solved

Here is my scenario. Someone has iPhone and iPad (iOS 13.0 or later), and he signed up with same appleID. And he `sign in with apple` in his iPhone and try to `sign in with apple` again in his iPa...
Tbilisi asked 23/1, 2020 at 2:39

1

In our iPad application user has to enter his details for registration. After the user enters his details we save those details in the Device's keychain. So next time the user launched the app us...
Fluff asked 25/6, 2019 at 14:14

13

Solved

I am asked to type in the system admin user name and password when I compile my Xcode project. The whole message is Mac OS X wants to make changes. Type an administrator's name and password to a...
Summons asked 18/4, 2012 at 6:53

1

I have project on company Gitlab. Project is for iOS platform so my node for building project is Mac Mini with OS Sierra. Runner works great - connecting etc works. But when I try to run pipeline ...
Roane asked 12/1, 2017 at 8:22

5

I already have successfully got keychain for my token and passing it to AccessTokenAdapter class shown below. http127.0.0.1:8000/api2/projects/?format=json is passed as projectsURL. class AccessT...
Azal asked 6/11, 2016 at 8:40

1

Solved

I am trying to write a simple test application to access OS X keychain. Add/Update/Delete an entry using C/C++. I am just testing whether I can use this in a larger C/C++ code base that we have, wh...
Presignify asked 12/11, 2019 at 23:34

3

Solved

Which is the place I should be storing tokens for when the user logins in to a service? I'm not saving passwords (obviously where I'd use the Keychain) but just the token. A lot of places say just ...
Nonesuch asked 28/5, 2013 at 15:10

1

Solved

I want to use self signed certificate to do signing of mac os executable like .app file or .ipa file for development purpose. I am not intending to publish the signed app in ios or mac app store. I...
Ovenbird asked 12/10, 2019 at 17:44

1

Solved

I would like to save within an account [email protected] two values. Example of the dictionaries: Value 1. kSecAttrAccount = [email protected] kSecAttrGeneric = value1Key kSecValueD...
Itch asked 13/9, 2019 at 9:32

1

Solved

Assume a following situation: User restarts his/her iPhone. User lets device locked, does not unlock it. Server sends a (silent) push notification on the device (or anything happens that wakes th...
Inflatable asked 15/11, 2016 at 16:6

3

So I'm trying to set up an EC2 instance on AWS and I've created a key pair and downloaded the .pem file. However, when I try to open it I get the error message: I've also read about entering the...
Fireweed asked 29/12, 2016 at 14:10

1

Currently, I have an iOS app written in Swift that will be replaced by a new version via Xamarin Forms. I am having trouble accessing the old (Swift) Keychain, where ItemNotFound is the only reques...
Ionopause asked 27/8, 2019 at 18:24

1

When using Sign in with Apple there's an ASPasswordCredential option which will pull the password from the iCloud keychain. I can't find details though on "where" in the keychain you store things. ...
Khajeh asked 28/7, 2019 at 23:38

2

Solved

Keep getting -50 when trying to add an item in security chain. var query = [String:AnyObject]() query[kSecClass as String] = kSecClassGenericPassword query[kSecAttrAccount as String] = "a" que...
Eurythmics asked 2/12, 2015 at 19:37

2

We have an app that heavily relies on being able to access a user's session token using iOS's Keychain. When our app opens, the first thing that's checked is whether the token is available - and if...
Vacuva asked 13/8, 2018 at 21:30

3

Trying to use SecCopyErrorMessageString to interpret errorCode. in swift : var result: OSStatus result = SecItemAdd(query as CFDictionary, nil); if result != errSecSuccess { let errorDescrip...
Vaucluse asked 2/12, 2015 at 21:10

20

Sometimes when I run an application on device from Xcode I would try to access the keychain but fail due to error -34018. This doesn't match any of the documented keychain error codes and can't be ...
Mart asked 3/12, 2013 at 6:22

7

Solved

I'm trying to store an Integer and retrieve it using KeyChain. This is how I save it: func SaveNumberOfImagesTaken() { let key = "IMAGE_TAKEN" var taken = 10 let data = NSKeyedArchiver.archiv...
Carbine asked 8/6, 2015 at 21:46

© 2022 - 2024 — McMap. All rights reserved.