Top "Code-signing" questions

Code signing is a process aiming at embedding an electronic signature into an executable.

iPhone Entitlements problem with XCode 4 for Ad Hoc distribution

I have reread all the documentation and postings on Ad Hoc distribution and still have a problem. If I try …

iphone code-signing adhoc entitlements
Why's My Root Certificate Not Trusted?

I have issued myself a Code Signing certificate from a certificate server. I have also issued myself the root certificate …

c# dll certificate code-signing signtool
Code Signature Invalid

Recently, I wasn't able to run some of my apps in Xcode. They would build, then quit without showing up. …

xcode swift3 code-signing macos-sierra
What is signing ClickOnce manifests for?

According to Microsoft, you must sign your ClickOnce application. But it seems to me that it works just fine when …

.net clickonce manifest code-signing
How to use ldid?

I am trying to run unsigned application on iOS 5.1/iPhone 4s (jailbroken). What I did: Disable code signing in XCode. …

iphone ios xcode code-signing jailbreak
Could not export identity from the keychain

While exporting Code signing identity from Xcode 5, Preferences->Accounts I get the error upon saving "Could not export identity …

ios xcode code-signing keychain provisioning-profile
Code Sign error: Certificate identity 'iPhone Developer: My Name (xxx)' appears more than once in the keychain

I m stuck with this error: Code Sign error: Certificate identity 'iPhone Developer: My Name (xxx)' appears more than …

iphone ios xcode code-signing xcode4.3
iPhone Distribution: No profiles currently match

I am about to upload an app to iTunes Connect. I am not Team Agent, nor does it seem the …

iphone certificate distribution profile code-signing
How to sign a JAR file using a .PFX file

We sign our .net code with a .PFX cert file. A colleague now needs to use the the same cert …

certificate code-signing pfx jar-signing